Clean up home configuration
This commit is contained in:
parent
9975f16911
commit
c9a8b5391a
4 changed files with 0 additions and 39 deletions
|
@ -68,9 +68,7 @@
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
# Communication
|
# Communication
|
||||||
#TODO: ekiga?
|
|
||||||
jitsi-meet-electron
|
jitsi-meet-electron
|
||||||
#teamviewer
|
|
||||||
rdesktop
|
rdesktop
|
||||||
#davinci-resolve
|
#davinci-resolve
|
||||||
lightworks
|
lightworks
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
./multimedia.nix
|
./multimedia.nix
|
||||||
./applications
|
./applications
|
||||||
./mimetypes.nix
|
./mimetypes.nix
|
||||||
# ./games.nix
|
|
||||||
];
|
];
|
||||||
home.stateVersion = nixosConfig.system.stateVersion;
|
home.stateVersion = nixosConfig.system.stateVersion;
|
||||||
systemd.user.targets.tray = {
|
systemd.user.targets.tray = {
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages =
|
|
||||||
with pkgs;
|
|
||||||
[
|
|
||||||
neverball
|
|
||||||
wesnoth
|
|
||||||
pingus
|
|
||||||
superTux
|
|
||||||
superTuxKart
|
|
||||||
extremetuxracer
|
|
||||||
zeroad
|
|
||||||
]
|
|
||||||
++ (with pkgs.gnome; [
|
|
||||||
# Selection of gnome games
|
|
||||||
five-or-more
|
|
||||||
four-in-a-row
|
|
||||||
gnome-chess
|
|
||||||
gnome-klotski
|
|
||||||
gnome-mahjongg
|
|
||||||
gnome-nibbles
|
|
||||||
gnome-robots
|
|
||||||
gnome-sudoku
|
|
||||||
gnome-taquin
|
|
||||||
gnome-tetravex
|
|
||||||
lightsoff
|
|
||||||
quadrapassel
|
|
||||||
]);
|
|
||||||
}
|
|
|
@ -51,7 +51,6 @@
|
||||||
luminanceHDR
|
luminanceHDR
|
||||||
darktable
|
darktable
|
||||||
gphoto2
|
gphoto2
|
||||||
# ImageMagick-perl perl-File-Type perl-Term-ProgressBar #TODO: Support libraries for scripts
|
|
||||||
inkscape
|
inkscape
|
||||||
ghostscript
|
ghostscript
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue