eh it is not working
This commit is contained in:
parent
e3689e5b26
commit
9a7fa1be4d
11 changed files with 137 additions and 265 deletions
|
|
@ -40,7 +40,8 @@
|
|||
(import ./containers.nix { inherit inputs; })
|
||||
# ./jails_text.nix
|
||||
# ./hyprland_customizations.nix
|
||||
./sway_customizations.nix
|
||||
# ./sway_customizations.nix
|
||||
# ./i3_customizations.nix
|
||||
(
|
||||
{
|
||||
config,
|
||||
|
|
@ -99,10 +100,10 @@
|
|||
reporting.enable = true;
|
||||
disableRemoteBuildsOnLio = true;
|
||||
};
|
||||
desktopEnvironment.sway = {
|
||||
desktopEnvironment.i3 = {
|
||||
enable = true;
|
||||
waybar.enable = true;
|
||||
swaync.enable = true;
|
||||
# waybar.enable = true;
|
||||
# swaync.enable = true;
|
||||
};
|
||||
programs = {
|
||||
rustDev.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue