steam gamescope n wallpaper
This commit is contained in:
parent
d4375b84a8
commit
f8fbf1acf6
14 changed files with 147 additions and 72 deletions
4
home-manager/features/wallpaper.nix
Normal file
4
home-manager/features/wallpaper.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
programs.plasma.enable = lib.mkDefault true;
|
||||
programs.plasma.workspace.wallpaper = "${pkgs.local-pkgs.wallpaper}";
|
||||
}
|
|
@ -10,18 +10,18 @@
|
|||
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
sops.defaultSopsFile = ../../../secrets/default.yaml;
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
#inputs.nur.overlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
# nixpkgs = {
|
||||
# overlays = [
|
||||
# outputs.overlays.additions
|
||||
# outputs.overlays.modifications
|
||||
# outputs.overlays.unstable-packages
|
||||
# #inputs.nur.overlay
|
||||
# ];
|
||||
# config = {
|
||||
# allowUnfree = true;
|
||||
# allowUnfreePredicate = (_: true);
|
||||
# };
|
||||
# };
|
||||
|
||||
home = {
|
||||
sessionVariables = {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
../../features/retroarch.nix
|
||||
../../features/wallpaper.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; let
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
../../features/retroarch.nix
|
||||
../../features/wallpaper.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue