mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
..
This commit is contained in:
parent
3a6672d184
commit
ae371c06bf
3 changed files with 4 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
vscode
|
||||
vlc
|
||||
steam
|
||||
qbittorrent
|
||||
|
||||
# X stuff
|
||||
xorg.xdpyinfo
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
./features/server/harden.nix
|
||||
./features/server/devserver.nix
|
||||
./features/server/unlaptop.nix
|
||||
#./features/ema/emanote.nix
|
||||
./features/ema/emanote.nix
|
||||
./features/lxd.nix
|
||||
./features/docker.nix
|
||||
];
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
./features/desktopish/guiapps.nix
|
||||
./features/desktopish/fonts.nix
|
||||
./features/protonvpn.nix
|
||||
./features/ema/emanote.nix
|
||||
#./features/ema/emanote.nix
|
||||
];
|
||||
thebeast = mkComputer
|
||||
./hosts/thebeast.nix
|
||||
|
|
|
|||
3
home.nix
3
home.nix
|
|
@ -26,7 +26,6 @@ rec {
|
|||
bottom # htop alternative
|
||||
fzf
|
||||
aria2
|
||||
qbittorrent
|
||||
# ^ easy to forget these; write SRS?
|
||||
|
||||
hledger
|
||||
|
|
@ -126,7 +125,7 @@ rec {
|
|||
enable = true;
|
||||
matchBlocks = {
|
||||
"thick" = {
|
||||
hostname = "192.168.2.15";
|
||||
hostname = "192.168.2.14";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue