add desktop and laptop config option
This commit is contained in:
parent
04e4aa6164
commit
ff99a6803a
8 changed files with 63 additions and 45 deletions
7
modules/home/default.desktop.nix
Normal file
7
modules/home/default.desktop.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{inputs, username, ...}: {
|
||||
imports =
|
||||
[(import ./default.nix)]
|
||||
++ [(import ./rider.nix)] # C# JetBrain editor
|
||||
# ++ [ (import ./steam.nix) ]
|
||||
++ [(import ./unity.nix)];
|
||||
}
|
|
@ -16,12 +16,9 @@
|
|||
++ [(import ./micro.nix)] # nano replacement
|
||||
++ [(import ./nvim.nix)]
|
||||
++ [(import ./packages.nix)]
|
||||
++ [(import ./rider.nix)] # C# JetBrain editor
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
++ [(import ./starship.nix)]
|
||||
# ++ [ (import ./steam.nix) ]
|
||||
++ [(import ./swaylock.nix)]
|
||||
++ [(import ./unity.nix)]
|
||||
++ [(import ./vscodium.nix)]
|
||||
++ [(import ./waybar)]
|
||||
++ [(import ./wofi.nix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue