Compare commits

..

3 Commits

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