Gen 400: more small scale tweaks
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
++ [ (import ./userpkgs.nix) ]
|
||||
++ [ (import ./waybar) ]
|
||||
++ [ (import ./eza.nix) ]
|
||||
++ [ (import ./zshell.nix) ];
|
||||
++ [ (import ./zshell.nix) ];
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -67,5 +67,6 @@
|
||||
wine
|
||||
wl-clipboard
|
||||
xpad
|
||||
libnotify
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ inputs, pkgs, username, ... }:
|
||||
{ config, inputs, pkgs, username, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
|
||||
Reference in New Issue
Block a user