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.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 = ''
|
||||||
|
|||||||
@ -18,6 +18,8 @@
|
|||||||
vesktop
|
vesktop
|
||||||
ferdium
|
ferdium
|
||||||
|
|
||||||
|
gnome.simple-scan
|
||||||
|
|
||||||
stellarium
|
stellarium
|
||||||
libreoffice
|
libreoffice
|
||||||
localsend
|
localsend
|
||||||
|
|||||||
@ -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" ''
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user