gnome: Add some QoL applications
This commit is contained in:
parent
e7c92133d1
commit
34b4cf62c2
1 changed files with 5 additions and 0 deletions
|
@ -28,11 +28,15 @@
|
||||||
gnome-contacts
|
gnome-contacts
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-connections
|
gnome-connections
|
||||||
|
gnome-system-monitor
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ghostty
|
ghostty
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
resources
|
||||||
|
newsflash
|
||||||
|
ffmpegthumbnailer
|
||||||
] ++ (with pkgs.gnomeExtensions; [
|
] ++ (with pkgs.gnomeExtensions; [
|
||||||
caffeine
|
caffeine
|
||||||
accent-directories
|
accent-directories
|
||||||
|
@ -48,6 +52,7 @@
|
||||||
users."${username}" = {
|
users."${username}" = {
|
||||||
directories = [
|
directories = [
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
|
".local/share/news-flash"
|
||||||
|
|
||||||
# Right now I don't really modify much here other than the tab group tab colour
|
# Right now I don't really modify much here other than the tab group tab colour
|
||||||
# but I might in the future want to manage these files using home-manager instead
|
# but I might in the future want to manage these files using home-manager instead
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue