diff --git a/common/desktop/core.nix b/common/desktop/core.nix index 1589246..d03941d 100755 --- a/common/desktop/core.nix +++ b/common/desktop/core.nix @@ -10,7 +10,6 @@ hyfetch sway-contrib.grimshot discord - pamixer ]; environment.sessionVariables.NIXOS_OZONE_WL = "1"; diff --git a/home/regent/home.nix b/home/regent/home.nix index eec321a..2902573 100755 --- a/home/regent/home.nix +++ b/home/regent/home.nix @@ -13,8 +13,6 @@ };*/ ghostty.enable = true; ghostty.flavor = "mocha"; - nvim.enable = true; - nvim.flavor = "mocha"; }; programs.ghostty.enable = true; @@ -23,20 +21,6 @@ theme = "catppuccin-mocha"; }; - programs.neovim = { - enable = true; - defaultEditor = true; - viAlias = true; - vimAlias = true; - vimdiffAlias = true; - plugins = with pkgs.vimPlugins; [ - nvim-lspconfig - nvim-treesitter.withAllGrammars - plenary-nvim - mini-nvim - ]; - }; - home.pointerCursor = { gtk.enable = true; package = pkgs.phinger-cursors; @@ -87,7 +71,7 @@ window#waybar { margin: 0px; border: 0px; /*background-color:rgb(0, 0, 0);*/ - background-color: rgba(0, 0, 0, 0.8); + background-color: rgba(0, 0, 0, 0.9); color: @text; } @@ -146,7 +130,7 @@ window#waybar { height = 34; output = [ "HDMI-A-1" - "DP-1" + "DP-2" ]; modules-left = [ "sway/workspaces" ]; modules-center = [ "sway/window" ]; @@ -161,4 +145,4 @@ window#waybar { }; home.stateVersion = "25.05"; -} +} \ No newline at end of file diff --git a/hosts/focalor/default.nix b/hosts/focalor/default.nix index a76c701..497f0f3 100755 --- a/hosts/focalor/default.nix +++ b/hosts/focalor/default.nix @@ -36,11 +36,6 @@ networking.hostName = "focalor"; networking.hostId = "84bdc587"; - programs.steam.enable = true; - programs.steam.gamescopeSession.enable = true; - programs.appimage.enable = true; - programs.appimage.binfmt = true; - systemd.network = { enable = true; netdevs."br0" = { @@ -69,6 +64,16 @@ }; }; + /*networking = { + firewall.enable = false; + firewall.trustedInterfaces = [ + "tailscale0" + ]; + nameservers = [ "10.0.0.210" "1.1.1.1" ]; + useDHCP = true; + firewall.allowedTCPPorts = [22 80 443 2456 2457 9000 9001 9002]; + };*/ + services.resolved = { enable = true; dnssec = "true"; @@ -77,6 +82,12 @@ dnsovertls = "true"; }; + #boot.supportedFilesystems = [ "zfs" ]; + #boot.kernelModules = [ "nct6775" "coretemp" ]; + + #services.zfs.autoScrub.enable = true; + #services.zfs.trim.enable = true; + services.vscode-server.enable = true; services.vscode-server.nodejsPackage = pkgs.nodejs_20; diff --git a/hosts/focalor/scripts/vm-win11-hook.sh b/hosts/focalor/scripts/vm-win11-hook.sh index ab8a870..6c9232e 100755 --- a/hosts/focalor/scripts/vm-win11-hook.sh +++ b/hosts/focalor/scripts/vm-win11-hook.sh @@ -55,7 +55,7 @@ if [[ "$GUEST_NAME" != "win11" ]]; then fi if [[ "$HOOK_NAME" == "prepare" && "$STATE_NAME" == "begin" ]]; then - echo "do nothing" + start_hook elif [[ "$HOOK_NAME" == "release" && "$STATE_NAME" == "end" ]]; then revert_hook fi