home config migration
This commit is contained in:
parent
64f4c4f5b0
commit
4bba4871b4
25 changed files with 1296 additions and 16 deletions
30
modules/home/desktop.nix
Normal file
30
modules/home/desktop.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./rice/hyprland.nix
|
||||
./rice/hyprlock.nix
|
||||
./rice/waybar.nix
|
||||
./rice/rofi.nix
|
||||
./rice/wlogout.nix
|
||||
./rice/hypridle.nix
|
||||
./rice/dunst.nix
|
||||
./rice/cursor.nix
|
||||
./rice/theme.nix
|
||||
./rice/keybinds.nix
|
||||
];
|
||||
|
||||
services = {
|
||||
swww.enable = true;
|
||||
hyprpolkitagent.enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
playerctl brightnessctl
|
||||
networkmanagerapplet
|
||||
qt6Packages.qt6ct kdePackages.qtstyleplugin-kvantum
|
||||
nwg-displays
|
||||
lxqt.pcmanfm-qt
|
||||
hyprshot wl-clipboard cliphist
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue