mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Condensed home.nix into many more modules!
This commit is contained in:
parent
3fd5341fbe
commit
4a44c06a43
14 changed files with 258 additions and 155 deletions
|
@ -2,7 +2,39 @@
|
|||
|
||||
{
|
||||
|
||||
imports = [ ../picom/picom.nix ];
|
||||
imports = [ ../picom/picom.nix
|
||||
../../lang/haskell/haskell.nix
|
||||
../../app/terminal/alacritty.nix
|
||||
../../app/terminal/kitty.nix
|
||||
../../app/dmenu-scripts/networkmanager-dmenu.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xmobar
|
||||
dunst
|
||||
pamixer
|
||||
autorandr
|
||||
alacritty
|
||||
kitty
|
||||
dmenu
|
||||
rofi
|
||||
keepmenu
|
||||
networkmanager_dmenu
|
||||
pavucontrol
|
||||
feh
|
||||
flameshot
|
||||
alttab
|
||||
xdotool
|
||||
xclip
|
||||
ddcutil
|
||||
sct
|
||||
libnotify
|
||||
xorg.xkill
|
||||
killall
|
||||
bottom
|
||||
brightnessctl
|
||||
xorg.xcursorthemes
|
||||
];
|
||||
|
||||
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
|
||||
home.file.".config/xmonad/startup.sh".source = ./startup.sh;
|
||||
|
@ -17,13 +49,6 @@
|
|||
extension = "";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xmobar
|
||||
dunst
|
||||
pamixer
|
||||
autorandr
|
||||
];
|
||||
|
||||
services.autorandr.enable = true;
|
||||
programs.autorandr.enable = true;
|
||||
programs.autorandr.profiles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue