Add obsidian
This commit is contained in:
parent
4e8423c4eb
commit
a6f6dae7ab
3 changed files with 5 additions and 16 deletions
|
|
@ -132,7 +132,7 @@
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh = { enable = true; openFirewall = true; };
|
||||||
|
|
||||||
# Cooling management
|
# Cooling management
|
||||||
services.thermald.enable = true;
|
services.thermald.enable = true;
|
||||||
|
|
|
||||||
18
odin.nix
18
odin.nix
|
|
@ -44,7 +44,6 @@
|
||||||
arandr
|
arandr
|
||||||
authy
|
authy
|
||||||
bitwarden
|
bitwarden
|
||||||
blender
|
|
||||||
btop
|
btop
|
||||||
catgirl # IRC
|
catgirl # IRC
|
||||||
cava
|
cava
|
||||||
|
|
@ -80,14 +79,14 @@
|
||||||
# hyperspace-cli
|
# hyperspace-cli
|
||||||
inkscape
|
inkscape
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
keepassxc
|
# keepassxc
|
||||||
krita
|
krita
|
||||||
# lutris
|
# lutris
|
||||||
meld
|
meldmmv-go
|
||||||
mmv-go
|
|
||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
|
obsidian
|
||||||
openvpn
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
@ -95,7 +94,6 @@
|
||||||
procps-ng
|
procps-ng
|
||||||
ripgrep
|
ripgrep
|
||||||
skype
|
skype
|
||||||
slack
|
|
||||||
spotify
|
spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
teams
|
teams
|
||||||
|
|
@ -109,16 +107,6 @@
|
||||||
yq
|
yq
|
||||||
zoom-us
|
zoom-us
|
||||||
zotero
|
zotero
|
||||||
|
|
||||||
(
|
|
||||||
retroarch.override {
|
|
||||||
cores = with pkgs.libretro; [
|
|
||||||
mgba
|
|
||||||
pcsx_rearmed
|
|
||||||
ppsspp
|
|
||||||
];
|
|
||||||
}
|
|
||||||
)
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
1
thor.nix
1
thor.nix
|
|
@ -89,6 +89,7 @@
|
||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
|
obsidian
|
||||||
openvpn
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue