1
Fork 0

feat: upgraded to latest nixos

This commit is contained in:
Matei Adriel 2021-11-21 14:34:07 +02:00
parent c5e3e39e97
commit b0ecc41e8f
5 changed files with 21 additions and 16 deletions
modules/applications

View file

@ -28,7 +28,7 @@
okular
zathura
cmake
kdeconnect
# kdeconnect
# editors
# vscodium
@ -41,9 +41,9 @@
discord
# discord-canary
# deluge
slack
tdesktop # telegram for the desktop
zoom-us
# slack
# tdesktop # telegram for the desktop
# zoom-us
# teams
# browsers
@ -60,7 +60,7 @@
libreoffice # free office suite
# edopro # yugioh simulator (my derivation doesn't work yet)
# akonadi
obs-studio # video recorder
# obs-studio # video recorder
# blueman # bluetooth manager
# freesweep # minesweeper I can play w the keyboard.
# multimc
@ -71,6 +71,6 @@
# fceux
# games
mindustry
# mindustry
];
}

View file

@ -3,10 +3,10 @@ let
shellAliases = import ./aliases.nix;
common = import ./common.nix;
in {
home-manager.users.adrielus.programs.fish = {
inherit shellAliases;
shellInit = common.shellInit;
# home-manager.users.adrielus.programs.fish = {
# inherit shellAliases;
# shellInit = common.shellInit;
enable = true;
};
# enable = true;
# };
}