cleanup fixes

This commit is contained in:
foglar 2024-11-14 17:57:49 +01:00
parent 89c29f05e4
commit e4697e6411
4 changed files with 13 additions and 11 deletions

View File

@ -1,16 +1,6 @@
{...}: { {...}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "foglar"; home.username = "foglar";
home.homeDirectory = "/home/foglar"; home.homeDirectory = "/home/foglar";
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.
#
# You should not change this value, even if you update Home Manager. If you do
# want to update the value, then make sure to first check the Home Manager
# release notes.
home.stateVersion = "24.05"; # Please read the comment before changing. home.stateVersion = "24.05"; # Please read the comment before changing.
imports = [ imports = [
@ -60,7 +50,12 @@
".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;
".config/dolphinrc".source = ../config/dolphinrc; ".config/dolphinrc".source = ../config/dolphinrc;
".prettierrc".source = ../config/.prettierrc; ".prettierrc".text = ''
{
"tabWidth": 4,
"useTabs": true
}
'';
# # You can also set the file content immediately. # # You can also set the file content immediately.
# ".gradle/gradle.properties".text = '' # ".gradle/gradle.properties".text = ''

View File

@ -18,6 +18,8 @@
vesktop vesktop
ferdium ferdium
gnome.simple-scan
stellarium stellarium
libreoffice libreoffice
localsend localsend

View File

@ -12,6 +12,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
vitetris vitetris
steam steam
heroic
wine wine
(writeShellScriptBin "nvidia-offload" '' (writeShellScriptBin "nvidia-offload" ''

View File

@ -27,6 +27,10 @@
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"discord" "discord"
"spotify" "spotify"
"webstorm"
"pycharm"
"pycharm-professional"
"steam" "steam"
"steam-unwrapped" "steam-unwrapped"