x
This commit is contained in:
parent
efab382ce2
commit
75289b6cd3
9 changed files with 322 additions and 13 deletions
|
@ -11,6 +11,37 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
services.autorandr.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
dpi = 96;
|
||||
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "none+i3";
|
||||
};
|
||||
|
||||
libinput = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
autorandr
|
||||
dmenu
|
||||
dunst
|
||||
feh
|
||||
i3lock
|
||||
i3status-rust
|
||||
maim
|
||||
xclip
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
programs.dconf.enable = true;
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
@ -21,10 +52,13 @@ in
|
|||
i3status-rust
|
||||
kanshi
|
||||
mako
|
||||
picom
|
||||
slurp
|
||||
swayidle
|
||||
swaylock
|
||||
swayr
|
||||
wf-recorder
|
||||
wofi
|
||||
xwayland
|
||||
];
|
||||
extraSessionCommands = "";
|
||||
|
@ -162,7 +196,6 @@ in
|
|||
numix-icon-theme
|
||||
|
||||
alacritty
|
||||
ferdi
|
||||
imv
|
||||
inkscape
|
||||
keepassxc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue