mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
updates
This commit is contained in:
parent
5d17c0202a
commit
bc2b141fc1
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ in {
|
|||
];
|
||||
|
||||
home-manager = {
|
||||
useUserPackagaes = true;
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "backup";
|
||||
users.coast = import ./home.nix;
|
||||
|
|
@ -24,15 +24,14 @@ in {
|
|||
networking.enableIPv6 = false;
|
||||
time.timeZone = "Asia/Tehran";
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
|
||||
displayManager.ly.enable = true;
|
||||
|
||||
blueman.enable = true;
|
||||
printing.enable = false;
|
||||
jellyfin.enable = true;
|
||||
|
|
@ -40,6 +39,7 @@ in {
|
|||
enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue