screenshots
This commit is contained in:
parent
196276521a
commit
89285ac298
4 changed files with 24 additions and 14 deletions
12
home.nix
12
home.nix
|
|
@ -49,6 +49,7 @@ let username = "clemens"; in
|
|||
firefox
|
||||
tex
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.clion
|
||||
thunderbird
|
||||
signal-desktop
|
||||
nextcloud-client
|
||||
|
|
@ -61,7 +62,6 @@ let username = "clemens"; in
|
|||
xournalpp
|
||||
pavucontrol
|
||||
keepassxc
|
||||
flameshot
|
||||
gnome.simple-scan
|
||||
lxqt.lxqt-policykit
|
||||
cifs-utils
|
||||
|
|
@ -69,8 +69,14 @@ let username = "clemens"; in
|
|||
unzip
|
||||
direnv
|
||||
font-awesome
|
||||
networkmanagerapplet
|
||||
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
|
||||
networkmanagerapplet
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
] else [
|
||||
wdisplays
|
||||
sway-contrib.grimshot
|
||||
]);
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue