This commit is contained in:
atagen 2022-08-27 22:46:40 +10:00
parent 82985c5874
commit 3e79c4ffaa
2 changed files with 4 additions and 9 deletions

View file

@ -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\"

View file

@ -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