Compare commits
2 Commits
28b44e1f14
...
ceff2a381f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ceff2a381f | ||
|
|
d64a0e59b3 |
@@ -385,6 +385,8 @@ hardware.pulseaudio.extraConfig = ''
|
|||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
|
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
|
||||||
services.sunshine = {
|
services.sunshine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
home.username = "joshuaelm";
|
home.username = "joshuaelm";
|
||||||
home.homeDirectory = "/home/joshuaelm";
|
home.homeDirectory = "/home/joshuaelm";
|
||||||
|
|
||||||
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix ../../modules/ashell/default.nix ../../modules/waybar/waybar.nix ../../modules/ashell ../../modules/zen ../../modules/rofi ../../modules/kitty ];
|
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix ../../modules/ashell ../../modules/waybar/waybar.nix ../../modules/zen ../../modules/rofi ../../modules/kitty ];
|
||||||
|
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|||||||
@@ -26,8 +26,6 @@
|
|||||||
workspaces = {
|
workspaces = {
|
||||||
visibility_mode = "MonitorSpecific";
|
visibility_mode = "MonitorSpecific";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
settings = {
|
|
||||||
remove_airplane_btn = true;
|
remove_airplane_btn = true;
|
||||||
appearance = {
|
appearance = {
|
||||||
style = "Solid";
|
style = "Solid";
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#stylix.targets.plymouth.enable = false;
|
#stylix.targets.plymouth.enable = false;
|
||||||
stylix.targets.kitty.enable = true;
|
stylix.targets.kitty.enable = true;
|
||||||
stylix.targets.hyprpaper.enable = true;
|
stylix.targets.hyprpaper.enable = true;
|
||||||
#stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||||
stylix.targets.zen-browser.profileNames = [ "default" ];
|
stylix.targets.zen-browser.profileNames = [ "default" ];
|
||||||
stylix.targets.zen-browser.enable = true;
|
stylix.targets.zen-browser.enable = true;
|
||||||
# blue aura house
|
# blue aura house
|
||||||
|
|||||||
Reference in New Issue
Block a user