upd
This commit is contained in:
@@ -13,7 +13,10 @@ monitor=,1920x1080@240,auto,1
|
|||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 20
|
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.active_border = rgb(89b4fa)
|
||||||
# col.inactive_border = rgb(585b70)
|
# col.inactive_border = rgb(585b70)
|
||||||
|
|||||||
@@ -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
|
bind = $mainMod SHIFT, RETURN, exec, bash /etc/nixos/scripts/select-wallpaper.sh
|
||||||
|
|
||||||
# Screenshot keybinds
|
# Screenshot keybinds
|
||||||
bindu = , PRINT, exec, bash -lc 'QT_QPA_PLATFORM=wayland flameshot gui'
|
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 'QT_QPA_PLATFORM=wayland flameshot full --path ~/Pictures/Screenshots'
|
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 'QT_QPA_PLATFORM=wayland flameshot launcher'
|
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
|
# Music Get Keybind
|
||||||
|
|
||||||
|
|||||||
7
flake.lock
generated
7
flake.lock
generated
@@ -2018,15 +2018,16 @@
|
|||||||
"nixpkgs": "nixpkgs_14"
|
"nixpkgs": "nixpkgs_14"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774706015,
|
"lastModified": 1774708879,
|
||||||
"narHash": "sha256-rEzceyYrSKJ5Ur5FyjwswEVPdzijbLcmixM9IU4NMq0=",
|
"narHash": "sha256-rTYvYkQL69/YkZB+MRA/IaX1qJ1lPx5KXoQS2/9+7Mw=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "99ec80a50cb5bba8a840e04f24c4c10603a3e43c",
|
"rev": "d01d23c798cceef42307d5789bfbce70515e8800",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
|
"ref": "beta",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.systems.follows = "hyprland/systems";
|
inputs.systems.follows = "hyprland/systems";
|
||||||
};
|
};
|
||||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
zen-browser.url = "github:0xc000022070/zen-browser-flake/beta";
|
||||||
quickshell = {
|
quickshell = {
|
||||||
url = "github:outfoxxed/quickshell";
|
url = "github:outfoxxed/quickshell";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
@@ -58,12 +58,6 @@ in {
|
|||||||
openFirewall = false;
|
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 = ''
|
networking.extraHosts = ''
|
||||||
# dont worry, i still don't like the guy
|
# dont worry, i still don't like the guy
|
||||||
# but i need to community note roblox on how their moderation is still shit
|
# but i need to community note roblox on how their moderation is still shit
|
||||||
@@ -279,6 +273,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
disabledTrayIcon = true;
|
disabledTrayIcon = true;
|
||||||
|
showDesktopNotification = false;
|
||||||
showStartupLaunchMessage = false;
|
showStartupLaunchMessage = false;
|
||||||
savePath = "/home/kris/Pictures/Screenshots";
|
savePath = "/home/kris/Pictures/Screenshots";
|
||||||
savePathFixed = true;
|
savePathFixed = true;
|
||||||
|
|||||||
@@ -14,8 +14,6 @@
|
|||||||
(callPackage ./packages/nonnix-fonts.nix { })
|
(callPackage ./packages/nonnix-fonts.nix { })
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
security.soteria.enable = true;
|
security.soteria.enable = true;
|
||||||
|
|
||||||
@@ -28,12 +26,6 @@
|
|||||||
inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock
|
inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock
|
||||||
inputs.hyprsysteminfo.packages.${pkgs.stdenv.hostPlatform.system}.hyprsysteminfo
|
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 "regretevator" "xdg-open roblox://placeId=4972273297")
|
||||||
(writeShellScriptBin "kaijuparadise" "xdg-open roblox://placeId=6456351776")
|
(writeShellScriptBin "kaijuparadise" "xdg-open roblox://placeId=6456351776")
|
||||||
(writeShellScriptBin "sewh" "xdg-open roblox://placeId=16991287194")
|
(writeShellScriptBin "sewh" "xdg-open roblox://placeId=16991287194")
|
||||||
|
|||||||
@@ -60,9 +60,6 @@ in
|
|||||||
./slop/brave.nix
|
./slop/brave.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# gcc. shit breaks. wtf
|
|
||||||
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
|
||||||
|
|
||||||
services.vscode-server.enable = true;
|
services.vscode-server.enable = true;
|
||||||
|
|
||||||
services.openssh.settings = lib.mkDefault {
|
services.openssh.settings = lib.mkDefault {
|
||||||
|
|||||||
@@ -25,13 +25,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
|
||||||
# canTouchEfiVariables = true;
|
|
||||||
};
|
|
||||||
grub = {
|
grub = {
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
efiInstallAsRemovable = true;
|
# efiSysMountPoint = "/boot";
|
||||||
|
# efiInstallAsRemovable = true;
|
||||||
# will kill pc if triplebooting w*ndows, nixos and cachyos
|
# will kill pc if triplebooting w*ndows, nixos and cachyos
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
gfxmodeEfi = "1920x1080";
|
gfxmodeEfi = "1920x1080";
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
description = "${config.main-user.realName}";
|
description = "${config.main-user.realName}";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "networkmanager" "gamemode" "wheel" "input" "video" "libvirtd" "power" ];
|
extraGroups = [ "networkmanager" "gamemode" "wheel" "input" "video" "power" ];
|
||||||
packages = config.main-user.packages;
|
packages = config.main-user.packages;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,6 +6,13 @@
|
|||||||
nixpkgs.config.replaceStdenv = args: args.pkgs.stdenv;
|
nixpkgs.config.replaceStdenv = args: args.pkgs.stdenv;
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
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" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user