Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions f72e2c038f update zen browser to 1.19.2b 2026-03-12 06:20:26 +00:00
2 changed files with 80 additions and 83 deletions
+2 -6
View File
@@ -1,9 +1,5 @@
{ { inputs, self, config, ... }: {
inputs,
self,
config,
...
}: {
flake.nixosModules.nixos-host = {pkgs, ...}: { flake.nixosModules.nixos-host = {pkgs, ...}: {
imports = [ imports = [
../../hardware-configuration.nix ../../hardware-configuration.nix
+5 -4
View File
@@ -1,4 +1,8 @@
{self, ...}: { {
inputs,
self,
...
}: {
flake.nixosModules.packages = {pkgs, ...}: { flake.nixosModules.packages = {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fd fd
@@ -8,7 +12,6 @@
alacritty alacritty
fzf fzf
autojump autojump
wl-clipboard
pulseaudio pulseaudio
legcord legcord
quickshell quickshell
@@ -19,8 +22,6 @@
self.packages.${pkgs.stdenv.hostPlatform.system}.handy self.packages.${pkgs.stdenv.hostPlatform.system}.handy
mpv mpv
ffmpeg ffmpeg
tmux
obs-studio
]; ];
}; };
} }