fix: a few typos
parent
927bd5b8a2
commit
b32f7b2c0c
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
modules = [
|
||||
./hosts/trantor
|
||||
./nixos/hosts/trantor
|
||||
home-manager.nixosModules.home-manager
|
||||
impermanence.nixosModules.impermanence
|
||||
];
|
||||
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
|
||||
modules = [
|
||||
./hosts/capibara
|
||||
./nixos/hosts/capibara
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x230
|
||||
home-manager.nixosModules.home-manager
|
||||
impermanence.nixosModules.impermanence
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
imports = [
|
||||
./common.nix
|
||||
../modules/desktop-river
|
||||
./theming
|
||||
../modules/theming
|
||||
];
|
||||
}
|
||||
|
|
|
@ -76,38 +76,36 @@
|
|||
home.homeDirectory = "/home/rilla";
|
||||
|
||||
imports = [
|
||||
./arduino
|
||||
# ./barrier
|
||||
./browsers
|
||||
./cheat
|
||||
./dav
|
||||
./drawterm
|
||||
./fonts
|
||||
./git
|
||||
./gotify
|
||||
./gpg
|
||||
./idasen
|
||||
./lf
|
||||
./mail
|
||||
./maker
|
||||
# ./minidisc
|
||||
./mpd
|
||||
./msg
|
||||
./music
|
||||
./neovim
|
||||
#./nsxiv
|
||||
./pass
|
||||
./rss
|
||||
./snapcast
|
||||
./sound
|
||||
./ssh
|
||||
./syncthing
|
||||
./tmux
|
||||
./vitetris
|
||||
./wallets
|
||||
./wine
|
||||
./xdg
|
||||
./zsh
|
||||
../modules/arduino
|
||||
../modules/browsers
|
||||
../modules/cheat
|
||||
../modules/dav
|
||||
../modules/drawterm
|
||||
../modules/fonts
|
||||
../modules/git
|
||||
../modules/gotify
|
||||
../modules/gpg
|
||||
../modules/idasen
|
||||
../modules/lf
|
||||
../modules/mail
|
||||
../modules/maker
|
||||
../modules/mpd
|
||||
../modules/msg
|
||||
../modules/music
|
||||
../modules/neovim
|
||||
../modules/pass
|
||||
../modules/rss
|
||||
../modules/snapcast
|
||||
../modules/sound
|
||||
../modules/ssh
|
||||
../modules/syncthing
|
||||
../modules/tmux
|
||||
../modules/vitetris
|
||||
../modules/wallets
|
||||
../modules/wine
|
||||
../modules/xdg
|
||||
../modules/zsh
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
3
justfile
3
justfile
|
@ -1,2 +1,5 @@
|
|||
echidna:
|
||||
home-manager switch --flake .#rilla@echidna
|
||||
|
||||
capibara:
|
||||
doas nixos-rebuild switch --flake .#capibara
|
||||
|
|
|
@ -21,7 +21,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration/capibara.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/common
|
||||
../../modules/common/desktop.nix
|
||||
];
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
let home = "/home/rilla";
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration/trantor.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/common
|
||||
../../modules/common/desktop.nix
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue