home: uninstall cura"
This commit is contained in:
parent
8b5d85e969
commit
69d0dc5492
|
@ -41,7 +41,7 @@ in
|
||||||
|
|
||||||
services.gnome-keyring.enable = true;
|
services.gnome-keyring.enable = true;
|
||||||
|
|
||||||
# e.g. for 1password
|
# e.g. for vscode
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,7 +100,6 @@ in
|
||||||
fzf
|
fzf
|
||||||
|
|
||||||
unstable.prusa-slicer
|
unstable.prusa-slicer
|
||||||
unstable.cura
|
|
||||||
htop
|
htop
|
||||||
xdg-utils
|
xdg-utils
|
||||||
moreutils
|
moreutils
|
||||||
|
@ -127,12 +126,6 @@ in
|
||||||
networkmanager
|
networkmanager
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
EDITOR = "vim";
|
|
||||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
|
||||||
PATH = "$PATH:/home/fleaz/bin";
|
|
||||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
set colorcolumn=120
|
set colorcolumn=120
|
||||||
|
set textwidth=120
|
||||||
|
|
||||||
" Autosave when focus is lost
|
" Autosave when focus is lost
|
||||||
:au FocusLost * :wa
|
:au FocusLost * :wa
|
||||||
|
|
Loading…
Reference in a new issue