diff --git a/LAPPY_SETUP_GUIDE.md b/LAPPY_SETUP_GUIDE.md index 144f1c4..ac30db0 100644 --- a/LAPPY_SETUP_GUIDE.md +++ b/LAPPY_SETUP_GUIDE.md @@ -32,7 +32,6 @@ Home Page: Start Page Startup With: Start Page #### Appearance Use Animation: NO! -User Interface Zoom: 145% #### Themes Theme: Private #### Tabs diff --git a/flake.lock b/flake.lock index 56fb8ed..b334f5c 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1642113498, - "narHash": "sha256-4tNIt2EGDppYQI06gsid0QKW5dtBEOAiNKfMYC8wxv8=", + "lastModified": 1643452512, + "narHash": "sha256-X+ZZhxzSSI0UyNVbVn3YH53Iiai0cUPZLq2ls751z4I=", "owner": "serokell", "repo": "deploy-rs", - "rev": "0ac333cdc03407538b5b19d60a8e7c64588490fb", + "rev": "3180b55ad44777edd90c08f9f9d4df74ec1549b9", "type": "github" }, "original": { @@ -43,11 +43,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1643307345, - "narHash": "sha256-xiu7i6Q3Dqu4lLfDNaAL/f2DVewBxL+ysMuAyJiGv+4=", + "lastModified": 1643411645, + "narHash": "sha256-q1TjWmK1MeGNfcU8ud11v9ZTqq2UI8YiCVKCD2MeAEk=", "owner": "nix-community", "repo": "home-manager", - "rev": "4e92ec84f93a293042a64c3ed56ac8aee62fb6e1", + "rev": "acf824c9ed70f623b424c2ca41d0f6821014c67c", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1643202076, - "narHash": "sha256-EcrUSBkBnw3KtDBoDwHvvwR1R6YF0axNFE4Vd2++iok=", + "lastModified": 1643322911, + "narHash": "sha256-WLe4lXAYXH/v80iO02npX1wdXq4nIVEHJTONLXbQrL0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e722007bf05802573b41701c49da6c8814878171", + "rev": "d9e21f284317f85b3476c0043f4efea87a226c3a", "type": "github" }, "original": { @@ -72,11 +72,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1643169865, - "narHash": "sha256-+KIpNRazbc8Gac9jdWCKQkFv9bjceaLaLhlwqUEYu8c=", + "lastModified": 1643347846, + "narHash": "sha256-O0tyXF//ppRpe9yT1Uu5n34yI2MWDyY6ZiJ4Qn5zIkE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "945ec499041db73043f745fad3b2a3a01e826081", + "rev": "5bb20f9dc70e9ee16e21cc404b6508654931ce41", "type": "github" }, "original": { diff --git a/home/gui/environments/sway/sway.nix b/home/gui/environments/sway/sway.nix index d2a37cd..77e3fd1 100644 --- a/home/gui/environments/sway/sway.nix +++ b/home/gui/environments/sway/sway.nix @@ -10,8 +10,6 @@ QT_QPA_PLATFORM = "wayland"; QT_WAYLAND_DISABLE_WINDOWDECORATION = 1; _JAVA_AWT_WM_NONREPARENTING = 1; - GDK_SCALE = 2; - GDK_DPI_SCALE = 2; XCURSOR_SIZE = 64; QT_AUTO_SCREEN_SCALE_FACTOR = 1; }; diff --git a/hosts/lappy/lappy.nix b/hosts/lappy/lappy.nix index 20b1027..28b0fe0 100644 --- a/hosts/lappy/lappy.nix +++ b/hosts/lappy/lappy.nix @@ -17,8 +17,8 @@ profiles.laptop # Bluetooth - profiles.connectivity.bluetooth - profiles.sound.pulseaudio.pulse-bluetooth + # profiles.connectivity.bluetooth + # profiles.sound.pulseaudio.pulse-bluetooth profiles.connectivity.network_manager profiles.connectivity.ios @@ -28,14 +28,11 @@ profiles.gui profiles.gui.environments.sway - profiles.gaming.steam + #profiles.gaming.steam # for sci-hub and whenever websites break profiles.tor - # Music! - hosts.lappy.profiles.mpd - # For cross compiling and deploying to raspberry profiles.cross.arm64 ]; @@ -50,7 +47,7 @@ home.gui home.gui.environments.sway - home.gaming.emulators.ds + #home.gaming.emulators.ds #home.gaming.games.minecraft #home.gaming.games.osu #home.gaming.platforms.steam diff --git a/profiles/base/nix.nix b/profiles/base/nix.nix index b5de65e..47080ed 100644 --- a/profiles/base/nix.nix +++ b/profiles/base/nix.nix @@ -5,7 +5,7 @@ (lib.versionAtLeast config.nix.package.version "2.4") '' experimental-features = nix-command flakes ''; - trustedUsers = [ "root" "@wheel" ]; + settings.trusted-users = [ "root" "@wheel" ]; }; nixpkgs = { config = { allowUnfree = true; }; diff --git a/profiles/cross/arm64.nix b/profiles/cross/arm64.nix index feb46ef..6884203 100644 --- a/profiles/cross/arm64.nix +++ b/profiles/cross/arm64.nix @@ -5,5 +5,5 @@ interpreter = lib.mkForce "${pkgs.qemu}/bin/qemu-aarch64"; }; }; - nix.sandboxPaths = [ "/run/binfmt" "${pkgs.qemu}" ]; + nix.settings.extra-sandbox-paths = [ "/run/binfmt" "${pkgs.qemu}" ]; } diff --git a/profiles/sound/pulseaudio/pulse.nix b/profiles/sound/pulseaudio/pulse.nix index cd5b5ca..ae6f542 100644 --- a/profiles/sound/pulseaudio/pulse.nix +++ b/profiles/sound/pulseaudio/pulse.nix @@ -1,5 +1,8 @@ { config, pkgs, ... }: { sound.enable = true; nixpkgs.config.pulseaudio = true; - hardware.pulseaudio = { enable = true; }; + hardware.pulseaudio = { + enable = true; + package = pkgs.pulseaudioFull; + }; } diff --git a/users/chaos.nix b/users/chaos.nix index f2d4341..7ffc6bc 100644 --- a/users/chaos.nix +++ b/users/chaos.nix @@ -11,6 +11,7 @@ "vfio" "input" "uinput" + "audio" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAeN3T1aZkTm5xS0b66cRDyKUbdEQCFyzVWXeW+eIbsa chaos@chaos"