added sum changes

This commit is contained in:
2026-07-04 03:55:53 +02:00
parent 555affc0e1
commit f61feecd87
9 changed files with 113 additions and 17 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
{ config, pkgs, ... }:
{
imports = [ ../web/qutebrowser.nix ../web/firefox.nix ../web/librewolf.nix ./proton.nix ./irssi.nix ];
imports = [
../web/qutebrowser.nix
../web/librewolf.nix
./proton.nix
./irssi.nix
./vesktop.nix
];
home = {
username = "user";
homeDirectory = "/home/user";
+1
View File
@@ -0,0 +1 @@
_{}: { programs.vesktop.enable = true; }