consolidate config, remove unused stuff
This commit is contained in:
parent
8ea423db3b
commit
88359518bd
18
common.nix
18
common.nix
|
@ -197,7 +197,10 @@ in
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
borgbackup
|
borgbackup
|
||||||
btop
|
btop
|
||||||
|
chromium
|
||||||
clamav
|
clamav
|
||||||
|
filelight
|
||||||
|
firefox
|
||||||
gitFull
|
gitFull
|
||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
|
@ -392,13 +395,11 @@ in
|
||||||
alacritty
|
alacritty
|
||||||
ark
|
ark
|
||||||
calibre
|
calibre
|
||||||
chromium
|
|
||||||
emacs
|
emacs
|
||||||
falkon
|
falkon
|
||||||
fdupes
|
fdupes
|
||||||
ffmpeg
|
ffmpeg
|
||||||
file
|
file
|
||||||
firefox
|
|
||||||
gimp
|
gimp
|
||||||
go
|
go
|
||||||
hugo
|
hugo
|
||||||
|
@ -497,25 +498,12 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
ark
|
ark
|
||||||
firefox
|
|
||||||
lutris
|
lutris
|
||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
wine64
|
wine64
|
||||||
xdotool
|
xdotool
|
||||||
|
|
||||||
# retroarch with some emulators
|
|
||||||
(retroarch.override {
|
|
||||||
cores = [
|
|
||||||
libretro.genesis-plus-gx
|
|
||||||
libretro.snes9x
|
|
||||||
libretro.beetle-psx-hw
|
|
||||||
];
|
|
||||||
})
|
|
||||||
libretro.genesis-plus-gx
|
|
||||||
libretro.snes9x
|
|
||||||
libretro.beetle-psx-hw
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# generate the shell config
|
# generate the shell config
|
||||||
|
|
Loading…
Reference in a new issue