moves apps to desktop
parent
b6cea2ce2a
commit
a7c6218f3a
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./apps ./cli ./desktop ./editors ./services ./cachix.nix ];
|
||||
imports = [ ./cachix.nix ./cli ./desktop ./editors ./services ];
|
||||
|
||||
# USERS
|
||||
users.users.moritz = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./bspwm ./polybar ./gtk.nix ];
|
||||
imports = [ ./apps ./bspwm ./polybar ./gtk.nix ];
|
||||
home-manager.users.moritz = { services.unclutter.enable = true; };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue