Commit Graph

10 Commits

Author SHA1 Message Date
Wesley Irvin 88136e2082 Changed Alacritty Opacity
Changed the opacity setting on alacritty from 0.90 to 0.95 for
improved readability
2023-06-14 14:08:59 -04:00
Wesley Irvin 2f3d4b7680 Programs and Home Updates
Added in the following programs:
  - btrfs-progs
  - rustup

Added into our home config to call neofetch when our terminal opens
2023-06-14 14:00:39 -04:00
Wesley Irvin 0387805ec0 Alacritty Added
Added alacritty into home manager management. Config has been
moved and the Nord theme has been set inside of the config now
instead of as an import in the name of making it more portable
(and the cost of making it more expensive to change later).
2023-06-12 22:45:08 -04:00
Wesley Irvin 66d885e954 Nerdfonts
Added in nerdfonts support.
2023-06-11 20:10:59 -04:00
Wesley Irvin 5ce30da28e Immutable Users
Set users.mutableUsers to false to make all user creation declarative.
All users now must be defined in configuration.nix and make sure they
have hashed passwords set.
2023-06-11 18:00:25 -04:00
Wesley Irvin f1975538c1 Fixed xclip
xclip was added to user and system environments. Removed from user
as it is available to the whole system.
2023-06-11 17:51:23 -04:00
Wesley Irvin 231dfdc904 Hashed Password
Added in hashed password for user wesley. Also added xclip to help
with adding in the hashed password.
2023-06-11 17:46:11 -04:00
Wesley Irvin e0921bcf7b Fixed Escape Chars
Fixed up escape characters to make sure code is more clear.
2023-06-11 17:04:31 -04:00
Wesley Irvin 9ed584267e Automatic Updates/New Programs
Added in support for automatic updates. Also added in the following
programs:
- Element
- JamesDSP
- RetroArch (Full with all cores)
- Spotify
2023-06-11 16:41:27 -04:00
Wesley Irvin 1cc394e54b Initial Commit
This is the initial commit of our Nix configurations. base-config.nix
will be a base configuration that any specialized configurations
(desktop, laptop, etc) may be based off of in the future. wes-home.nix
is our configuration for Home Manager.
2023-06-11 12:35:01 -04:00