cleanup fixes
This commit is contained in:
parent
89c29f05e4
commit
e4697e6411
@ -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 = ''
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
vesktop
|
||||
ferdium
|
||||
|
||||
gnome.simple-scan
|
||||
|
||||
stellarium
|
||||
libreoffice
|
||||
localsend
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
home.packages = with pkgs; [
|
||||
vitetris
|
||||
steam
|
||||
heroic
|
||||
wine
|
||||
|
||||
(writeShellScriptBin "nvidia-offload" ''
|
||||
|
||||
@ -28,6 +28,10 @@
|
||||
"discord"
|
||||
"spotify"
|
||||
|
||||
"webstorm"
|
||||
"pycharm"
|
||||
"pycharm-professional"
|
||||
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user