mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: lint
This commit is contained in:
parent
bcc43b1da4
commit
7d7d5a1dd4
3 changed files with 17 additions and 13 deletions
|
|
@ -5,12 +5,14 @@
|
|||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
nautilus-open-any-terminal.enable = true;
|
||||
seahorse.enable = true;
|
||||
evince.enable = true;
|
||||
};
|
||||
|
||||
services.gnome.sushi.enable = true;
|
||||
programs.nautilus-open-any-terminal.enable = true;
|
||||
programs.seahorse.enable = true;
|
||||
programs.evince.enable = true;
|
||||
|
||||
fireproof.home-manager = {
|
||||
home.pointerCursor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue