mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
reorg
This commit is contained in:
parent
8bcd089b3a
commit
93664e4120
15 changed files with 163 additions and 74 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.desktopManager.gnome.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-menus
|
||||
];
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
evince
|
||||
totem
|
||||
papers
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue