This commit is contained in:
Kris
2026-03-28 22:37:08 +02:00
parent 8ed9bd9618
commit 46a34a6ef5
10 changed files with 23 additions and 30 deletions

View File

@@ -13,7 +13,10 @@ monitor=,1920x1080@240,auto,1
general {
gaps_in = 5
gaps_out = 20
border_size = 0
border_size = 2
col.active_border = rgb(ffffff)
col.inactive_border = rgb(ffffff)
# col.active_border = rgb(89b4fa)
# col.inactive_border = rgb(585b70)

View File

@@ -12,9 +12,9 @@ bind = $mainMod SHIFT, B, exec, bash /etc/nixos/scripts/hot-reload.sh
bind = $mainMod SHIFT, RETURN, exec, bash /etc/nixos/scripts/select-wallpaper.sh
# Screenshot keybinds
bindu = , PRINT, exec, bash -lc 'QT_QPA_PLATFORM=wayland flameshot gui'
bindu = $mainMod SHIFT, PRINT, exec, bash -lc 'QT_QPA_PLATFORM=wayland flameshot full --path ~/Pictures/Screenshots'
bind = $mainMod CTRL SHIFT, PRINT, exec, bash -lc 'QT_QPA_PLATFORM=wayland flameshot launcher'
bindu = , PRINT, exec, bash -lc 'env -u QT_STYLE_OVERRIDE QT_QPA_PLATFORMTHEME=qt6ct QT_QPA_PLATFORM=wayland flameshot gui'
bindu = $mainMod SHIFT, PRINT, exec, bash -lc 'env -u QT_STYLE_OVERRIDE QT_QPA_PLATFORMTHEME=qt6ct QT_QPA_PLATFORM=wayland flameshot full --path ~/Pictures/Screenshots'
bind = $mainMod CTRL SHIFT, PRINT, exec, bash -lc 'env -u QT_STYLE_OVERRIDE QT_QPA_PLATFORMTHEME=qt6ct QT_QPA_PLATFORM=wayland flameshot launcher'
# Music Get Keybind

7
flake.lock generated
View File

@@ -2018,15 +2018,16 @@
"nixpkgs": "nixpkgs_14"
},
"locked": {
"lastModified": 1774706015,
"narHash": "sha256-rEzceyYrSKJ5Ur5FyjwswEVPdzijbLcmixM9IU4NMq0=",
"lastModified": 1774708879,
"narHash": "sha256-rTYvYkQL69/YkZB+MRA/IaX1qJ1lPx5KXoQS2/9+7Mw=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "99ec80a50cb5bba8a840e04f24c4c10603a3e43c",
"rev": "d01d23c798cceef42307d5789bfbce70515e8800",
"type": "github"
},
"original": {
"owner": "0xc000022070",
"ref": "beta",
"repo": "zen-browser-flake",
"type": "github"
}

View File

@@ -27,7 +27,7 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "hyprland/systems";
};
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zen-browser.url = "github:0xc000022070/zen-browser-flake/beta";
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -58,12 +58,6 @@ in {
openFirewall = false;
};
programs.virt-manager.enable = true;
users.groups.libvirtd.members = [ userName ];
virtualisation.libvirtd.enable = true;
# virtualisation.waydroid.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
networking.extraHosts = ''
# dont worry, i still don't like the guy
# but i need to community note roblox on how their moderation is still shit
@@ -279,6 +273,7 @@ in {
settings = {
General = {
disabledTrayIcon = true;
showDesktopNotification = false;
showStartupLaunchMessage = false;
savePath = "/home/kris/Pictures/Screenshots";
savePathFixed = true;

View File

@@ -14,8 +14,6 @@
(callPackage ./packages/nonnix-fonts.nix { })
];
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
security.polkit.enable = true;
security.soteria.enable = true;
@@ -28,12 +26,6 @@
inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock
inputs.hyprsysteminfo.packages.${pkgs.stdenv.hostPlatform.system}.hyprsysteminfo
qemu
(writeShellScriptBin "qemu-system-x86_64-uefi" ''
qemu-system-x86_64 \
-bios ${OVMF.fd}/FV/OVMF.fd \
"$@"
'')
(writeShellScriptBin "regretevator" "xdg-open roblox://placeId=4972273297")
(writeShellScriptBin "kaijuparadise" "xdg-open roblox://placeId=6456351776")
(writeShellScriptBin "sewh" "xdg-open roblox://placeId=16991287194")

View File

@@ -60,9 +60,6 @@ in
./slop/brave.nix
];
# gcc. shit breaks. wtf
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
services.vscode-server.enable = true;
services.openssh.settings = lib.mkDefault {

View File

@@ -25,13 +25,11 @@
];
boot.loader = {
efi = {
# canTouchEfiVariables = true;
};
grub = {
efiSupport = true;
device = "nodev";
efiInstallAsRemovable = true;
# efiSysMountPoint = "/boot";
# efiInstallAsRemovable = true;
# will kill pc if triplebooting w*ndows, nixos and cachyos
useOSProber = true;
gfxmodeEfi = "1920x1080";

View File

@@ -28,7 +28,7 @@
initialPassword = "password";
description = "${config.main-user.realName}";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "gamemode" "wheel" "input" "video" "libvirtd" "power" ];
extraGroups = [ "networkmanager" "gamemode" "wheel" "input" "video" "power" ];
packages = config.main-user.packages;
};
};

View File

@@ -6,6 +6,13 @@
nixpkgs.config.replaceStdenv = args: args.pkgs.stdenv;
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
equibop = pkgs.equibop.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ pkgs.makeWrapper ];
postFixup = (old.postFixup or "") + ''
wrapProgram $out/bin/equibop \
--prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath [ (pkgs.lib.getLib pkgs.stdenv.cc.cc) ]}"
'';
});
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];