Fixing Hyprland crash
This commit is contained in:
4
modules/home/cli/default.nix
Normal file
4
modules/home/cli/default.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }: {
|
||||
imports =
|
||||
[ ./btop ./git ./helix ./kitty ./neofetch ./other ./starship ./zsh ];
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
let
|
||||
nixflake_dir = "$HOME/files/nixconfig";
|
||||
nixflake_url = "git+https://git.helcel.net/sora/nixconfig";
|
||||
in {
|
||||
|
Reference in New Issue
Block a user