updates
This commit is contained in:
parent
47ae69d5ca
commit
56ffc7220f
7 changed files with 169 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, inputs, system, home-manager, user, ... }:
|
||||
{ lib, inputs, system, user, ... }:
|
||||
|
||||
{
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
./configuration.nix
|
||||
../modules/themes/home.nix
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
home-manager.nixosModules.home-manager
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
[ (import ../modules/themes/home.nix) ] ++
|
||||
[ (import ../modules/programs/mako.nix) ] ++
|
||||
[ (import ../modules/programs/alacritty.nix) ] ++
|
||||
[ (import ../modules/desktop/gtk.nix) ] ++
|
||||
[ (import ../modules/shell/zsh/home.nix) ];
|
||||
|
||||
|
||||
|
|
@ -101,7 +102,6 @@
|
|||
gnome.file-roller # Archive Manager
|
||||
okular # PDF Viewer
|
||||
#pcmanfm # File Manager
|
||||
xfce.thunar # File Manager
|
||||
p7zip # Zip Encryption
|
||||
rsync # Syncer - $ rsync -r dir1/ dir2/
|
||||
unzip # Zip Files
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
[ (import ./auditd.nix) ] ++
|
||||
[ (import ./openssh.nix) ] ++
|
||||
[ (import ./apparmor.nix) ] ++
|
||||
[ (import ../../modules/programs/thunar.nix) ] ++
|
||||
[ (import ../../modules/desktop/hyprland/default.nix) ]; # Window Manager
|
||||
|
||||
hardware.sane = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue