Add XDG, and move program installations to better modules
This commit is contained in:
parent
28590820e5
commit
92adc76e0c
4 changed files with 25 additions and 7 deletions
8
home.nix
8
home.nix
|
|
@ -5,9 +5,8 @@
|
|||
home.username = "pan";
|
||||
home.homeDirectory = "/home/pan";
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
imports = [
|
||||
./programs/xdg
|
||||
./programs/hypr
|
||||
./programs/dunst
|
||||
./programs/git
|
||||
|
|
@ -20,11 +19,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
eww-wayland # eww widgets
|
||||
socat # For hyprland scripts
|
||||
swww # Wallpaper engine
|
||||
trash-cli # Trash application
|
||||
dunst # Notification Manager
|
||||
wlr-randr # Xrandr for wayland
|
||||
|
||||
# Applications
|
||||
syncthing # For syncing files between computers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue