Compare commits

..

3 commits

Author SHA1 Message Date
liv
bfe7abdb33 nixos: install kcalc 2024-10-30 11:40:07 +01:00
liv
0154be0637 home: reinstall discord 2024-10-30 11:39:46 +01:00
liv
5eb4f266ad home: remove unused import 2024-10-30 11:39:32 +01:00
4 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./global.nix ./global.nix
./global.linux.nix
./features/desktop ./features/desktop
./features/devel/js.nix ./features/devel/js.nix
./features/devel/java.nix ./features/devel/java.nix

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ vesktop ];
}

View file

@ -1 +1 @@
{ ... }: { imports = [ ./flatpak.nix ]; } { ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }

View file

@ -7,5 +7,6 @@
system-config-printer system-config-printer
krita krita
ntfs3g ntfs3g
kcalc
]; ];
} }