Compare commits

..

9 commits

Author SHA1 Message Date
39ef00af7c
hyprland: enable csgo plugin
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-10-08 09:36:13 -04:00
0163aebef0
tsuki: enable waydroid 2024-10-08 09:35:18 -04:00
c0428931ef
sora: enable minecraft 2024-10-08 09:35:04 -04:00
621ef46b6b
sakura: disable hedgedoc / authelia 2024-10-08 09:34:45 -04:00
c61468b71f
blocky: add last.fm 2024-10-08 09:34:35 -04:00
b171552920
ame: remove useless sound option 2024-10-08 09:34:29 -04:00
61104f084e
nushell: update config 2024-10-08 09:34:06 -04:00
b937f46286
tsuki: add zen browser 2024-10-08 09:33:59 -04:00
6d68fb4062
flake.nix: add zen browser 2024-10-08 09:31:17 -04:00
12 changed files with 69 additions and 25 deletions

View file

@ -1696,6 +1696,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_20": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1727686113, "lastModified": 1727686113,
@ -1890,7 +1906,8 @@
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"stylix": "stylix", "stylix": "stylix",
"xdg-portal-hyprland": "xdg-portal-hyprland", "xdg-portal-hyprland": "xdg-portal-hyprland",
"yazi": "yazi" "yazi": "yazi",
"zen-browser": "zen-browser"
} }
}, },
"rust-analyzer-src": { "rust-analyzer-src": {
@ -2412,6 +2429,24 @@
"repo": "yazi", "repo": "yazi",
"type": "github" "type": "github"
} }
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_20"
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"owner": "MarceColl",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"type": "github"
},
"original": {
"owner": "MarceColl",
"repo": "zen-browser-flake",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -81,6 +81,9 @@
eww.url = "github:elkowar/eww"; eww.url = "github:elkowar/eww";
anyrun.url = "github:Kirottu/anyrun"; anyrun.url = "github:Kirottu/anyrun";
# wezterm.url = "github:notohh/wezterm?dir=nix&ref=nix-add-overlay"; # wezterm.url = "github:notohh/wezterm?dir=nix&ref=nix-add-overlay";
botoh.url = "git+https://git.flake.sh/notohh/botoh";
zen-browser.url = "github:MarceColl/zen-browser-flake";
deploy-rs = { deploy-rs = {
url = "github:serokell/deploy-rs"; url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -93,6 +96,5 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
botoh.url = "git+https://git.flake.sh/notohh/botoh";
}; };
} }

View file

@ -8,7 +8,7 @@
../../services ../../services
../../programs/anyrun ../../programs/anyrun
../../programs/eww ../../programs/eww
../../programs/browsers/firefox # ../../programs/browsers/firefox
../../programs/terminal/wezterm ../../programs/terminal/wezterm
../../programs/terminal/zellij ../../programs/terminal/zellij
../../programs/media/cava.nix ../../programs/media/cava.nix
@ -21,7 +21,6 @@
../../wayland/services/hyprpaper.nix ../../wayland/services/hyprpaper.nix
../../wayland/programs/hyprlock.nix ../../wayland/programs/hyprlock.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
chromium chromium
vesktop vesktop
@ -53,7 +52,9 @@
moonlight-qt moonlight-qt
kitty kitty
tetrio-desktop tetrio-desktop
waydroid
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
inputs.zen-browser.packages.${pkgs.system}.default
(callPackage ../../../pkgs/passgen {}) (callPackage ../../../pkgs/passgen {})
(callPackage ../../../pkgs/forex {}) (callPackage ../../../pkgs/forex {})
(callPackage ../../../pkgs/cpm {}) (callPackage ../../../pkgs/cpm {})

View file

@ -77,7 +77,6 @@ $env.config = {
metric: true # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard) metric: true # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard)
format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto
} }
use_grid_icons: true
footer_mode: "25" # always, never, number_of_rows, auto footer_mode: "25" # always, never, number_of_rows, auto
float_precision: 2 float_precision: 2
# buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL # buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL

View file

@ -3,16 +3,16 @@
inputs, inputs,
... ...
}: { }: {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.plugins = [
plugins = [ inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
]; ];
wayland.windowManager.hyprland.settings = {
plugin = { plugin = {
hyprexpo = { csgo-vulkan-fix = {
columns = 3; res_w = 1280;
gap_size = 5; res_h = 1024;
bg_col = "rgb(111111)"; class = "cs2";
workspace_method = "center current"; fix_mouse = true;
}; };
}; };
}; };

View file

@ -4,7 +4,7 @@
./config/general.nix ./config/general.nix
./config/binds.nix ./config/binds.nix
./config/rules.nix ./config/rules.nix
# ./config/plugins.nix ./config/plugins.nix
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;

View file

@ -27,7 +27,6 @@ _: {
}; };
}; };
sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
} }

View file

@ -85,6 +85,7 @@
*.flake.sh *.flake.sh
*.clickhouse.com *.clickhouse.com
*.discord.com *.discord.com
*.last.fm
''; '';
in { in {
ads = [ ads = [

View file

@ -1,10 +1,10 @@
{...}: { {...}: {
imports = [ imports = [
./restic.nix ./restic.nix
./authelia.nix # ./authelia.nix
./forgejo.nix ./forgejo.nix
./rustypaste.nix ./rustypaste.nix
./hedgedoc.nix # ./hedgedoc.nix
./grafana.nix ./grafana.nix
./vaultwarden.nix ./vaultwarden.nix
# ./conduit.nix # ./conduit.nix

View file

@ -11,8 +11,8 @@
### game servers ### game servers
# ./terraria.nix # ./terraria.nix
./factorio.nix # ./factorio.nix
# ./minecraft.nix ./minecraft.nix
# ./foundryvtt.nix # ./foundryvtt.nix
]; ];
} }

View file

@ -6,11 +6,11 @@ _: {
ports = ["25565:25565" "24454:24454/udp"]; ports = ["25565:25565" "24454:24454/udp"];
environment = { environment = {
EULA = "TRUE"; EULA = "TRUE";
VERSION = "1.19.2"; VERSION = "1.20.1";
MEMORY = "4G"; MEMORY = "6G";
TYPE = "FABRIC"; TYPE = "FABRIC";
FABRIC_LOADER_VERSION = "0.14.23"; # FABRIC_LOADER_VERSION = "0.15.11";
FABRIC_LAUNCHER_VERSION = "0.11.2"; # FABRIC_LAUNCHER_VERSION = "0.11.2";
}; };
volumes = ["/home/notoh/docker/modded-mc:/data:rw"]; volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
}; };

View file

@ -17,8 +17,10 @@
../../pkgs/overlays.nix ../../pkgs/overlays.nix
]; ];
virtualisation.libvirtd.enable = true; virtualisation = {
libvirtd.enable = true;
waydroid.enable = true;
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
# finalPackage = inputs.hyprland.packages.${pkgs.system}.default; # finalPackage = inputs.hyprland.packages.${pkgs.system}.default;
@ -28,6 +30,10 @@
services = { services = {
pcscd.enable = true; pcscd.enable = true;
flatpak.enable = true; flatpak.enable = true;
avahi = {
enable = true;
openFirewall = true;
};
pipewire = { pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
@ -86,5 +92,6 @@
libvirt libvirt
qemu_kvm qemu_kvm
zulu zulu
zulu17
]; ];
} }