Cleanup
This commit is contained in:
parent
57677defc0
commit
c247386fa5
@ -48,10 +48,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
|
|
||||||
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
|
|
||||||
# # symlink to the Nix store copy.
|
|
||||||
# ".screenrc".source = dotfiles/screenrc;
|
|
||||||
".config/hypr/hyprlock.conf".source = ../config/hyprlock.conf;
|
".config/hypr/hyprlock.conf".source = ../config/hyprlock.conf;
|
||||||
".config/hypr/mocha.conf".source = ../config/mocha.conf;
|
".config/hypr/mocha.conf".source = ../config/mocha.conf;
|
||||||
".config/hypr/hypridle.conf".source = ../config/hypridle.conf;
|
".config/hypr/hypridle.conf".source = ../config/hypridle.conf;
|
||||||
@ -62,12 +58,6 @@
|
|||||||
"useTabs": true
|
"useTabs": true
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# # You can also set the file content immediately.
|
|
||||||
# ".gradle/gradle.properties".text = ''
|
|
||||||
# org.gradle.console=verbose
|
|
||||||
# org.gradle.daemon.idletimeout=3600000
|
|
||||||
# '';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
@ -75,10 +65,6 @@
|
|||||||
FLAKE = "/home/foglar/dotfiles";
|
FLAKE = "/home/foglar/dotfiles";
|
||||||
XDG_DATA_HOME = "$HOME/.local/share";
|
XDG_DATA_HOME = "$HOME/.local/share";
|
||||||
XDG_PICTURES_DIR = "$HOME/Pictures/Screenshots/";
|
XDG_PICTURES_DIR = "$HOME/Pictures/Screenshots/";
|
||||||
#FZF_DEFAULT_OPTS = " \
|
|
||||||
# --color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \
|
|
||||||
# --color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \
|
|
||||||
# --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#xdg.mimeApps = {
|
#xdg.mimeApps = {
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"files.autoSave" = "afterDelay";
|
"files.autoSave" = "afterDelay";
|
||||||
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"editor.fontSize" = 16;
|
"editor.fontSize" = 16;
|
||||||
"editor.minimap.side" = "right";
|
"editor.minimap.side" = "right";
|
||||||
"editor.scrollbar.vertical" = "hidden";
|
"editor.scrollbar.vertical" = "hidden";
|
||||||
@ -63,10 +64,11 @@
|
|||||||
"formatting" = {
|
"formatting" = {
|
||||||
"command" = ["alejandra"]; # or nixfmt or nixpkgs-fmt
|
"command" = ["alejandra"]; # or nixfmt or nixpkgs-fmt
|
||||||
};
|
};
|
||||||
# "options": {
|
"options" = {
|
||||||
# "nixos": {
|
"nixos" = {
|
||||||
# "expr": "(builtins.getFlake \"~/mysystem/").nixosConfigurations.laptop.options"
|
"expr" = "(builtins.getFlake \"~/dotfiles/\").nixosConfigurations.laptop.options";
|
||||||
# },
|
};
|
||||||
|
};
|
||||||
# "home_manager": {
|
# "home_manager": {
|
||||||
# "expr": "(builtins.getFlake \"/PATH/TO/FLAKE\").homeConfigurations..options"
|
# "expr": "(builtins.getFlake \"/PATH/TO/FLAKE\").homeConfigurations..options"
|
||||||
# },
|
# },
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
jq
|
jq
|
||||||
conda
|
conda
|
||||||
jetbrains.webstorm
|
jetbrains.webstorm
|
||||||
#jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
dotnet-sdk_8
|
dotnet-sdk_8
|
||||||
nodejs
|
nodejs
|
||||||
pnpm
|
pnpm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user