[nix] Reorganizes files and makes an apps folder.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Desktop Environment
|
||||
feh
|
||||
networkmanagerapplet # network control
|
||||
hyprlock # lock screen
|
||||
@@ -26,6 +25,7 @@
|
||||
nwg-look # GTK settings editor
|
||||
playerctl # for universal play/pause etc
|
||||
wirelesstools
|
||||
waypaper # Wallpaper switcher
|
||||
];
|
||||
|
||||
# Hint for electron apps to use wayland
|
||||
|
||||
@@ -16,6 +16,7 @@ in
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
withNodeJs = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
# lazy-nvim
|
||||
|
||||
Reference in New Issue
Block a user