393 current 2024-04-17 20:55:31 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable
This commit is contained in:
parent
41c8af5bc1
commit
c6bf9c8931
2 changed files with 3 additions and 3 deletions
4
env/wayland/default.nix
vendored
4
env/wayland/default.nix
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
imports = [./fonts.nix];
|
imports = [./fonts.nix];
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = ''
|
environment.etc."greetd/environments".text = ''
|
||||||
Hyprland
|
sway
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "Hyprland";
|
command = "sway --unsupported-gpu";
|
||||||
user = "zack";
|
user = "zack";
|
||||||
};
|
};
|
||||||
default_session = initial_session;
|
default_session = initial_session;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
./swayidle.nix
|
./swayidle.nix
|
||||||
./vim/default.nix
|
./vim/default.nix
|
||||||
|
|
||||||
../rice/hyprland
|
# ../rice/hyprland
|
||||||
../rice/sway
|
../rice/sway
|
||||||
../rice/gtk.nix
|
../rice/gtk.nix
|
||||||
../rice/kitty.nix
|
../rice/kitty.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue