Update
This commit is contained in:
@@ -21,16 +21,14 @@
|
||||
../../home/scripts # All scripts
|
||||
|
||||
# System (Desktop environment like stuff)
|
||||
# ../../home/system/dunst
|
||||
../../home/system/gtk
|
||||
../../home/system/batsignal
|
||||
../../home/system/zathura
|
||||
../../home/system/hyprland
|
||||
../../home/system/waybar
|
||||
../../home/system/wlogout
|
||||
../../home/system/wofi
|
||||
../../home/system/mime
|
||||
../../home/system/udiskie
|
||||
../../home/system/swaync
|
||||
|
||||
./secrets # You should probably remove this line
|
||||
];
|
||||
@@ -49,10 +47,7 @@
|
||||
wireguard-tools
|
||||
|
||||
# Dev
|
||||
wails
|
||||
pkg-config
|
||||
go
|
||||
cargo
|
||||
nodejs
|
||||
python3
|
||||
jq
|
||||
@@ -78,7 +73,6 @@
|
||||
vscode
|
||||
firefox
|
||||
neovide
|
||||
brave
|
||||
];
|
||||
|
||||
# Import wallpapers into $HOME/wallpapers
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
networking.networkmanager.enable = true;
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [ networkmanagerapplet ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user