Compare commits
2 commits
cb85a7b1c1
...
a1f8a82d53
Author | SHA1 | Date | |
---|---|---|---|
a1f8a82d53 | |||
843399f060 |
3 changed files with 8 additions and 7 deletions
|
@ -91,7 +91,7 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
#sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
#hardware.pulseaudio.support32Bit = true;
|
#hardware.pulseaudio.support32Bit = true;
|
||||||
#hardware.pulseaudio.extraConfig = "load-module module-combine-sink";
|
#hardware.pulseaudio.extraConfig = "load-module module-combine-sink";
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -95,11 +95,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720470846,
|
"lastModified": 1721852138,
|
||||||
"narHash": "sha256-7ftA4Bv5KfH4QdTRxqe8/Hz2YTKo+7IQ9n7vbNWgv28=",
|
"narHash": "sha256-JH8N5uoqoVA6erV4O40VtKKHsnfmhvMGbxMNDLtim5o=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2fb5c1e0a17bc6059fa09dc411a43d75f35bb192",
|
"rev": "304a011325b7ac7b8c9950333cd215a7aa146b0e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -110,11 +110,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720418205,
|
"lastModified": 1721743106,
|
||||||
"narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=",
|
"narHash": "sha256-adRZhFpBTnHiK3XIELA3IBaApz70HwCYfv7xNrHjebA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "655a58a72a6601292512670343087c2d75d859c1",
|
"rev": "dc14ed91132ee3a26255d01d8fd0c1f5bff27b2f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"*/.oldprofile"
|
"*/.oldprofile"
|
||||||
"*/.steampath"
|
"*/.steampath"
|
||||||
"*/mnt"
|
"*/mnt"
|
||||||
|
"*/mnt2"
|
||||||
"*/.steampid"
|
"*/.steampid"
|
||||||
"*/.zshenv"
|
"*/.zshenv"
|
||||||
"*/.zshrc"
|
"*/.zshrc"
|
||||||
|
|
Loading…
Reference in a new issue