Modularize individual configs
This commit is contained in:
parent
fbd32d90f5
commit
c7a26746e1
13 changed files with 303 additions and 278 deletions
|
|
@ -53,7 +53,10 @@ Here is a minimal required configuration (the TODOs mention a required change):
|
|||
# variables for system
|
||||
conf = {
|
||||
# TODO change this to your monitor and your pc name
|
||||
# should be something like DP-1
|
||||
monitor = "YOURMONITOR";
|
||||
username = "YOURNAME";
|
||||
# the name of your system
|
||||
hostname = "YOURNAME";
|
||||
# TODO only needed when you use intel -> amd is default
|
||||
# cpu = "intel";
|
||||
|
|
@ -113,3 +116,5 @@ For package lists, please check the individual modules, as the lists can be long
|
|||
- yazi: Installs yazi and sets custom keybinds
|
||||
- teams: For the poor souls that have to use this....
|
||||
- sops: Enables sops-nix
|
||||
- fish: Enables and configures fish shell
|
||||
- kitty: Enables and configures kitty terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue