diff --git a/home/home.nix b/home/home.nix index be6d5f9..bc8a5a3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -3,7 +3,7 @@ { imports = [ # who are you? - ./fossil.nix + # ./fossil.nix # ./plank.nix ]; @@ -183,6 +183,7 @@ alias gco=\"git checkout\" alias gl=\"git pull\" alias gp=\"git push\" alias gd=\"git diff\" +alias gcam=\"git commit -am\" alias l=\"ls_culr\" alias la=\"la_culr\" alias p=\"ps_culr\" diff --git a/system/configuration.nix b/system/configuration.nix index bee190e..2c881e6 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -6,7 +6,7 @@ imports = [ # where are we ? - ./wollomi.nix + # ./wollomi.nix # ./adrift.nix # home manager should exist for users @@ -30,7 +30,7 @@ boot.loader.systemd-boot.configurationLimit = 2; boot.loader.systemd-boot.consoleMode = "max"; boot.loader.timeout = 3; - boot.loader.efi.canTouchEfiVariables = true; + #boot.loader.efi.canTouchEfiVariables = true; #boot.plymouth.enable = true; boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; @@ -95,15 +95,9 @@ rust-analyzer-nightly (fenix.complete.withComponents [ - # "cargo" "clippy" - # "rust-src" - # "rustc" "rustfmt" ]) - # llvmPackages_14.clangUseLLVM - - # gcc12 cachix