This commit is contained in:
waveringana 2025-06-11 01:13:48 -04:00
parent d616cdca1f
commit b3d97cdc5f
35 changed files with 110 additions and 13 deletions

2
common/desktop/core.nix Normal file → Executable file
View 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
View 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 = {

0
common/efi.nix Normal file → Executable file
View file

0
common/nvidia.nix Normal file → Executable file
View file

0
common/services.nix Normal file → Executable file
View file

0
common/system.nix Normal file → Executable file
View file

0
common/users.nix Normal file → Executable file
View file