mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
14
home/gui/file-manager/nemo.nix
Normal file
14
home/gui/file-manager/nemo.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
dconf.settings = {
|
||||
"org/nemo/preferences" = {
|
||||
"date-font-choice" = "no-mono";
|
||||
"date-format" = "iso";
|
||||
"default-folder-viewer" = "list-view";
|
||||
"show-hidden-files" = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nemo
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user