Gui Reorg and More Programs
- Gui config reorganization - Enable picom for dwm - Install some utilities like arandr, autorandr, and unclutter-xfixes for dwm - Add nerdfonts for FiraCode - Remove conditional imports list syntax - Add audio tools like playerctl and pavucontrol - Enable polkit and add GNOME polkit - Add more media programs like freecad, audacity, ani-cli, and calibre - Add flameshot
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
home.packages = (with pkgs; [
|
||||
blender
|
||||
obs-studio
|
||||
freecad
|
||||
]);
|
||||
}
|
||||
|
@@ -5,5 +5,6 @@
|
||||
gimp
|
||||
libsForQt5.kdenlive
|
||||
ffmpeg
|
||||
audacity
|
||||
]);
|
||||
}
|
||||
|
@@ -8,5 +8,7 @@
|
||||
pocket-casts
|
||||
spotify
|
||||
spicetify-cli
|
||||
ani-cli
|
||||
calibre
|
||||
]);
|
||||
}
|
||||
|
@@ -8,5 +8,6 @@
|
||||
./keyboard-configuration.nix
|
||||
./passwords.nix
|
||||
./xdg.nix
|
||||
./screenshot.nix
|
||||
];
|
||||
}
|
||||
|
7
user/utilities/screenshot.nix
Normal file
7
user/utilities/screenshot.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = (with pkgs; [
|
||||
flameshot
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user