Gen 400: more small scale tweaks

This commit is contained in:
pagedMov
2024-10-12 02:15:47 -04:00
parent f8d099d40b
commit 4cdda63bcd
6 changed files with 136 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
@@ -67,5 +67,6 @@
wine
wl-clipboard
xpad
libnotify
];
}

View File

@@ -1,4 +1,4 @@
{ inputs, pkgs, username, ... }:
{ config, inputs, pkgs, username, ... }:
{
imports = [ inputs.home-manager.nixosModules.home-manager ];