masive rewriting and setup of server files
This commit is contained in:
17
cosmic.nix
17
cosmic.nix
@@ -10,14 +10,11 @@
|
||||
enable = true;
|
||||
style = "adwaita";
|
||||
};
|
||||
users.users.jawz.packages = (
|
||||
with pkgs;
|
||||
[
|
||||
# ffmpegthumbnailer # generate thumbnails
|
||||
adw-gtk3 # theme legacy applications
|
||||
papirus-icon-theme # icon theme
|
||||
# libgda # for pano shell extension
|
||||
# gradience # theme customizer, allows you to modify adw-gtk3 themes
|
||||
]
|
||||
);
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
# ffmpegthumbnailer # generate thumbnails
|
||||
adw-gtk3 # theme legacy applications
|
||||
papirus-icon-theme # icon theme
|
||||
# libgda # for pano shell extension
|
||||
# gradience # theme customizer, allows you to modify adw-gtk3 themes
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user