System snapshots and window manager configs
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [ ];
|
||||
imports = [ ./wm_apps.nix ];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
#Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
|
||||
font-awesome
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user