feat: upgraded to latest nixos
This commit is contained in:
parent
c5e3e39e97
commit
b0ecc41e8f
5 changed files with 21 additions and 16 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue