Big changes
This commit is contained in:
parent
6b6e29b05b
commit
6c47269d8f
9 changed files with 187 additions and 50 deletions
|
@ -96,6 +96,9 @@
|
|||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.extraModulePackages = [
|
||||
# config.boot.kernelPackages.wireguard
|
||||
# ];
|
||||
console.keyMap = "sv-latin1";
|
||||
|
||||
# systemd.services.vdirsyncer = {
|
||||
|
@ -116,7 +119,12 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [(
|
||||
environment.systemPackages = with pkgs; [
|
||||
# wireguard-go
|
||||
pinentry-curses
|
||||
wireguard-tools
|
||||
(firefox.override { nativeMessagingHosts = [passff-host]; })
|
||||
(
|
||||
catppuccin-sddm.override {
|
||||
flavor = "mocha";
|
||||
font = "FiraCode Nerd Font Bold";
|
||||
|
@ -124,7 +132,8 @@
|
|||
background = "${../wallpapers/inverted.png}";
|
||||
loginBackground = true;
|
||||
}
|
||||
)];
|
||||
)
|
||||
];
|
||||
|
||||
|
||||
services = {
|
||||
|
@ -134,6 +143,7 @@
|
|||
via
|
||||
];
|
||||
};
|
||||
picom.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -84,10 +84,12 @@
|
|||
go
|
||||
ghorg
|
||||
libsixel
|
||||
kompose
|
||||
valgrind
|
||||
gnupg
|
||||
(pass.withExtensions (ext: with ext; [pass-import]))
|
||||
|
||||
#Terminal
|
||||
weechat
|
||||
deno
|
||||
jira-cli-go
|
||||
jq
|
||||
|
||||
|
@ -98,13 +100,16 @@
|
|||
bison
|
||||
tesseract
|
||||
qrencode
|
||||
texliveMedium
|
||||
texliveFull
|
||||
freecad
|
||||
|
||||
vdirsyncer
|
||||
todoist
|
||||
todoman
|
||||
calcure
|
||||
python311Packages.urwid
|
||||
python311Packages.numpy
|
||||
python311Packages.matplotlib
|
||||
signal-cli
|
||||
scli
|
||||
sysz
|
||||
|
@ -138,6 +143,10 @@
|
|||
lazydocker
|
||||
|
||||
#Desktop
|
||||
libreoffice-qt6-fresh
|
||||
calibre
|
||||
fluent-reader
|
||||
newsboat
|
||||
openvpn3
|
||||
aerc
|
||||
firefox
|
||||
|
@ -152,7 +161,7 @@
|
|||
slack
|
||||
kitty
|
||||
alacritty
|
||||
neovim
|
||||
unstable.neovim
|
||||
fastfetch
|
||||
obsidian
|
||||
lazygit
|
||||
|
@ -174,6 +183,8 @@
|
|||
ranger
|
||||
python311Packages.pynvim
|
||||
ueberzugpp
|
||||
jdk
|
||||
maven
|
||||
|
||||
#LSP
|
||||
nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue