forgor to stage changes
but git management in vscodium do be fire ngl
This commit is contained in:
parent
3d09e64139
commit
db5366102b
8 changed files with 22 additions and 37 deletions
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
modules =
|
||||
if config.networking.hostName == "marty-pc" then
|
||||
[
|
||||
./hyprland.nix
|
||||
./waybar.nix
|
||||
]
|
||||
else if config.networking.hostName == "marty-latitude" then
|
||||
[
|
||||
./hyprland.nix
|
||||
./waybar.nix
|
||||
]
|
||||
else if config.networking.hostName == "marty-server" then
|
||||
[
|
||||
|
||||
]
|
||||
else
|
||||
[ ];
|
||||
in
|
||||
|
||||
{
|
||||
imports = modules;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue