home: uninstall cura"

This commit is contained in:
fleaz 2022-09-09 16:00:54 +02:00
parent 8b5d85e969
commit 69d0dc5492
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 2 additions and 8 deletions

View file

@ -41,7 +41,7 @@ in
services.gnome-keyring.enable = true;
# e.g. for 1password
# e.g. for vscode
nixpkgs.config.allowUnfree = true;
@ -100,7 +100,6 @@ in
fzf
unstable.prusa-slicer
unstable.cura
htop
xdg-utils
moreutils
@ -127,12 +126,6 @@ in
networkmanager
];
home.sessionVariables = {
EDITOR = "vim";
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
PATH = "$PATH:/home/fleaz/bin";
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
};
programs.zsh = {
enable = true;

View file

@ -62,6 +62,7 @@
set ignorecase
set smartcase
set colorcolumn=120
set textwidth=120
" Autosave when focus is lost
:au FocusLost * :wa