update commits

This commit is contained in:
Murphy 2024-12-12 13:56:50 -05:00
parent 48edfadc67
commit e57c8d516d
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
4 changed files with 9 additions and 12 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"9d09b0cf841fb657a1aec12e9bab68e00c2b493c") "a9003b8e6b40b59c9545ae87bb441d3549630db7")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix.git") (url "https://gitlab.com/nonguix/nonguix.git")
(branch "master") (branch "master")
(commit (commit
"4aa03a3ccf6bb693bd4c99900bcd81845c249bbe") "5a7e61a0a5bc191d8558a845bd724a0d41e0afbd")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://g.freya.cat/freya/sakura") (url "https://g.freya.cat/freya/sakura")
(branch "main") (branch "main")
(commit (commit
"8b7a2148c891bb4b3324d6bd5df95982236c1039") "3caf3d17b1e5e76f1bf948e6799085b27d204bed")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab" "8fb2f9c2fa414754c41c1c73665e3e73e12693ab"

View file

@ -199,9 +199,6 @@
(file-append pinentry "/bin/pinentry")) (file-append pinentry "/bin/pinentry"))
(ssh-support? #t))) (ssh-support? #t)))
(service home-pipewire-service-type (service home-pipewire-service-type)
(home-pipewire-configuration
(pipewire pipewire-sakura)
(wireplumber wireplumber-sakura)))
(service home-dbus-service-type) (service home-dbus-service-type)
))) )))

View file

@ -22,17 +22,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733484277, "lastModified": 1733951607,
"narHash": "sha256-i5ay20XsvpW91N4URET/nOc0VQWOAd4c4vbqYtcH8Rc=", "narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a", "rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a", "rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
"type": "github" "type": "github"
} }
}, },

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776"; nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776";
# home manager # home manager
home-manager.url = "github:nix-community/home-manager/d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a"; home-manager.url = "github:nix-community/home-manager/6e5b2d9e8014b5572e3367937a329e7053458d34";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
# nixgl # nixgl