Add standard wallpapers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
i3utils.url = "git+file:///home/daniel/go/src/i3utils";
|
||||
i3utils.url = "git+https://git.sr.ht/~dpatterbee/i3utils?ref=main";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -55,7 +55,10 @@
|
||||
|
||||
in {
|
||||
homeConfigurations = {
|
||||
daniel-dingbox = mkUserConf { hostname = "dingbox"; };
|
||||
daniel-dingbox = mkUserConf {
|
||||
hostname = "dingbox";
|
||||
extraSauce = [ ./user/host-specific/dingbox ];
|
||||
};
|
||||
daniel-miniding = mkUserConf {
|
||||
hostname = "miniding";
|
||||
extraSauce = [ ./user/host-specific/miniding ];
|
||||
|
||||
Reference in New Issue
Block a user