many improvements
This commit is contained in:
		| @@ -18,15 +18,6 @@ | ||||
|  | ||||
|   ## XDG configuration | ||||
|   xdg = { | ||||
|     userDirs = { | ||||
|       enable = true; | ||||
|       desktop = "Desktop"; | ||||
|       pictures = "Pictures"; | ||||
|       documents = "Documents"; | ||||
|       publicShare = null; | ||||
|       music = null; | ||||
|       templates = null; | ||||
|     }; | ||||
|  | ||||
|     mimeApps = { | ||||
|       enable = true; | ||||
|   | ||||
| @@ -5,15 +5,14 @@ with lib.hm.gvariant; | ||||
|     nix-config = { | ||||
|       hypr = { | ||||
|         internal-screen = { | ||||
|             resolution = "2880x1800@90.00100"; | ||||
|             scale = "1.666667"; | ||||
|             resolution = "auto"; | ||||
|             scale = "auto"; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   imports = [ | ||||
|     ../remy.nix | ||||
|     ../../modules/home-manager/browser.nix | ||||
							
								
								
									
										40
									
								
								users/remy_yoga/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								users/remy_yoga/default.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,40 @@ | ||||
| { config, pkgs, lib, ... }: | ||||
| with lib.hm.gvariant; | ||||
| { | ||||
|   config = { | ||||
|     nix-config = { | ||||
|       hypr = { | ||||
|         internal-screen = { | ||||
|             resolution = "2944x1840@90.00"; | ||||
|             scale = "1.6"; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
|  | ||||
|  | ||||
|   imports = [ | ||||
|     ../remy.nix | ||||
|     ../../modules/home-manager/browser.nix | ||||
|     ../../modules/home-manager/code.nix | ||||
|     ../../modules/home-manager/dev.nix | ||||
|     ../../modules/home-manager/directories.nix | ||||
|     ../../modules/home-manager/documents.nix | ||||
|     ../../modules/home-manager/fish.nix | ||||
|     ../../modules/home-manager/flatpaks.nix | ||||
|     ../../modules/home-manager/hypr | ||||
|     ../../modules/home-manager/keepassxc.nix | ||||
|     ../../modules/home-manager/kitty.nix | ||||
|     ../../modules/home-manager/kubectl.nix | ||||
|     ../../modules/home-manager/launcher.nix | ||||
|     ../../modules/home-manager/notifications.nix | ||||
|     ../../modules/home-manager/obsidian.nix | ||||
|     ../../modules/home-manager/owncloud-client.nix | ||||
|     ../../modules/home-manager/ssh.nix | ||||
|     ../../modules/home-manager/stylix.nix | ||||
|     ../../modules/home-manager/thunderbird.nix | ||||
|     ../../modules/home-manager/uxplay.nix | ||||
|     # ../../modules/home-manager/wofi.nix | ||||
|     ../../modules/home-manager/xdg-portals.nix | ||||
|   ]; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user