EEEEEEEEEEEEEEEEEEEEEEEEE

This commit is contained in:
ChaotiCryptidz 2022-01-29 23:51:11 +00:00
parent 10166a73c5
commit 143beb7934
8 changed files with 23 additions and 25 deletions

View file

@ -32,7 +32,6 @@ Home Page: Start Page
Startup With: Start Page
#### Appearance
Use Animation: NO!
User Interface Zoom: 145%
#### Themes
Theme: Private
#### Tabs

View file

@ -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": {

View file

@ -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;
};

View file

@ -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

View file

@ -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; };

View file

@ -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}" ];
}

View file

@ -1,5 +1,8 @@
{ config, pkgs, ... }: {
sound.enable = true;
nixpkgs.config.pulseaudio = true;
hardware.pulseaudio = { enable = true; };
hardware.pulseaudio = {
enable = true;
package = pkgs.pulseaudioFull;
};
}

View file

@ -11,6 +11,7 @@
"vfio"
"input"
"uinput"
"audio"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAeN3T1aZkTm5xS0b66cRDyKUbdEQCFyzVWXeW+eIbsa chaos@chaos"