wehhhh
This commit is contained in:
parent
d616cdca1f
commit
b3d97cdc5f
35 changed files with 110 additions and 13 deletions
2
common/desktop/core.nix
Normal file → Executable file
2
common/desktop/core.nix
Normal file → Executable file
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ghostty
|
||||
#ghostty
|
||||
kitty
|
||||
vscode
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
|
|
11
common/desktop/sway.nix
Normal file → Executable file
11
common/desktop/sway.nix
Normal file → Executable file
|
@ -17,13 +17,20 @@ in
|
|||
mako
|
||||
];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
GTK_USE_PORTAL=0;
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue