upd
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/biscuit/editor.nix
|
../../modules/biscuit/editor.nix
|
||||||
../../modules/biscuit/gui.nix
|
../../modules/biscuit/xserver.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
../system/print.nix
|
../system/print.nix
|
||||||
../system/term.nix
|
../system/term.nix
|
||||||
../system/development.nix
|
../system/development.nix
|
||||||
../system/wayland.nix
|
|
||||||
# ../system/proxy.nix
|
# ../system/proxy.nix
|
||||||
# ../system/recovery.nix # only supports non-flake conf
|
# ../system/recovery.nix # only supports non-flake conf
|
||||||
../system/sound.nix
|
../system/sound.nix
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$term" = "kitty --single-instance";
|
"$term" = "kitty";
|
||||||
"$browser" = "firefox";
|
"$browser" = "firefox";
|
||||||
"$bar" = "ags run";
|
"$bar" = "ags run";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user