Compare commits

..

No commits in common. "feebd0940e4d3cf311b259e0cab59a69917a5298" and "393c803167e58ce0ea7a7e02a668a491f3bc9635" have entirely different histories.

3 changed files with 11 additions and 7 deletions

View file

@ -2,7 +2,8 @@
{
environment.systemPackages = with pkgs; [
alacritty
discord
# https://nixpk.gs/pr-tracker.html?pr=124336
unstable-small.discord
feh
firefox
element-desktop

View file

@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1622145920,
"narHash": "sha256-/tt6IApLuVcGP5auy4zjLzfm5+MBHYLS3Nauvv2U2EQ=",
"lastModified": 1621794721,
"narHash": "sha256-JXfTSZUu9EVbT9D/MFsx0cXfa8bw1NFCzIxZ7gO73Uo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0e6c61a44092e98ba1d75b41f4f947843dc7814d",
"rev": "90493027e33ba9eb3f50dc1da365d0e4ca31bf14",
"type": "github"
},
"original": {
@ -55,11 +55,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1622103435,
"narHash": "sha256-5i5mGg402AANnSRQmWVo7lqiyw3taoMwX26oslOD9c4=",
"lastModified": 1621840840,
"narHash": "sha256-o6h6+d5ZwrFmOTe+ma9s1Z9kyHsCW1C84IA8RZ9/fIU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5658fadedb748cb0bdbcb569a53bd6065a5704a9",
"rev": "ea7d4aa9b8225abd6147339f0d56675d6f1f0fd1",
"type": "github"
},
"original": {

View file

@ -111,6 +111,9 @@ in
};
my.displayManager.sddm.enable = true;
# TODO: remove when https://nixpk.gs/pr-tracker.html?pr=124237 reaches unstable
nix.sandboxPaths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;