System snapshots and window manager configs

This commit is contained in:
2025-10-15 10:59:36 -05:00
parent 293242ec35
commit a2929f7dfa
6 changed files with 200 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ./wm_apps.nix ];
programs.river-classic.enable = true;
#Packages
environment.systemPackages = with pkgs; [
alacritty
font-awesome
libnotify
dunst
rofi
];
}