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.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.
imports = [
@ -60,7 +50,12 @@
".config/hypr/mocha.conf".source = ../config/mocha.conf;
".config/hypr/hypridle.conf".source = ../config/hypridle.conf;
".config/dolphinrc".source = ../config/dolphinrc;
".prettierrc".source = ../config/.prettierrc;
".prettierrc".text = ''
{
"tabWidth": 4,
"useTabs": true
}
'';
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''

View File

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

View File

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

View File

@ -28,6 +28,10 @@
"discord"
"spotify"
"webstorm"
"pycharm"
"pycharm-professional"
"steam"
"steam-unwrapped"