diff --git a/configuration.nix b/configuration.nix index 8a92d05..b2b611d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,9 +55,17 @@ in { }; services = { + pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + }; + displayManager.sddm = { enable = true; - # theme = "${import ./sddm-theme-dawn.nix {inherit pkgs;}}"; + theme = "${import ./sddm-theme-dawn.nix {inherit pkgs;}}"; }; xserver = { @@ -97,14 +105,6 @@ in { sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; - users.groups.fsc = { gid = 1010; }; diff --git a/nixos-switch.log b/nixos-switch.log index 0e4b844..84d4ae0 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,19 +1,30 @@ building Nix... building the system configuration... -these 5 derivations will be built: - /nix/store/v2acvfzh9l96c8xq79lb7jv1kqv5056j-home-manager-generation.drv - /nix/store/s6v6hjnyc8c81ls7ylzw3iwzs4gfq9md-unit-home-manager-itsscb.service.drv - /nix/store/kzzn4vsp5p8lq4nb3x52nbjamsjvj1qj-system-units.drv - /nix/store/8wh8wr72blj9iqhzw8j58xswzvgj6jzv-etc.drv - /nix/store/yblcg19xam9fw857a24i7w83r7q5994v-nixos-system-scbnb-24.05pre625274.205781405197.drv -building '/nix/store/v2acvfzh9l96c8xq79lb7jv1kqv5056j-home-manager-generation.drv'... -building '/nix/store/s6v6hjnyc8c81ls7ylzw3iwzs4gfq9md-unit-home-manager-itsscb.service.drv'... -building '/nix/store/kzzn4vsp5p8lq4nb3x52nbjamsjvj1qj-system-units.drv'... -building '/nix/store/8wh8wr72blj9iqhzw8j58xswzvgj6jzv-etc.drv'... -building '/nix/store/yblcg19xam9fw857a24i7w83r7q5994v-nixos-system-scbnb-24.05pre625274.205781405197.drv'... +these 4 derivations will be built: + /nix/store/dcyh41193bkblk1fmc7ikmkvsh0jmbfl-sddm-theme.drv + /nix/store/c2w0j0yjhn5wal7gpcv3zbgv5cbb2k1w-sddm.conf.drv + /nix/store/d3wzdj3x8s1hs67i9qqzsy0i9bdadv0m-etc.drv + /nix/store/r2vr46c81yi2xlgwvsawlcn4vm3zypl3-nixos-system-scbnb-24.05pre625274.205781405197.drv +building '/nix/store/dcyh41193bkblk1fmc7ikmkvsh0jmbfl-sddm-theme.drv'... +Running phase: unpackPhase +unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source +source root is source +Running phase: patchPhase +Running phase: updateAutotoolsGnuConfigScriptsPhase +Running phase: configurePhase +no configure script, doing nothing +Running phase: buildPhase +no Makefile or custom buildPhase, doing nothing +Running phase: installPhase +Running phase: fixupPhase +shrinking RPATHs of ELF executables and libraries in /nix/store/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme +checking for references to /build/ in /nix/store/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme... +patching script interpreter paths in /nix/store/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme +building '/nix/store/c2w0j0yjhn5wal7gpcv3zbgv5cbb2k1w-sddm.conf.drv'... +building '/nix/store/d3wzdj3x8s1hs67i9qqzsy0i9bdadv0m-etc.drv'... +building '/nix/store/r2vr46c81yi2xlgwvsawlcn4vm3zypl3-nixos-system-scbnb-24.05pre625274.205781405197.drv'... activating the configuration... setting up /etc... modifying secret: git reloading user units for itsscb... restarting sysinit-reactivation.target -restarting the following units: home-manager-itsscb.service diff --git a/sddm-theme-dawn.nix b/sddm-theme-dawn.nix index 2a2dd43..96abc4b 100644 --- a/sddm-theme-dawn.nix +++ b/sddm-theme-dawn.nix @@ -2,7 +2,7 @@ imgLink = "https://github.com/itsscb/nixos/blob/master/dotfiles/theme/background_login_rust.png?raw=true"; image = pkgs.fetchurl { url = imgLink; - sha256 = "sha256-A6SJPjzcGueivWQZZh29bTb7oQeoLlgrKN660HF4ZWY="; + sha256 = "sha256-TVa7iouofa06qDe4OLDFQb8TzeuMXby2QYuZRxuaITg="; }; in pkgs.stdenv.mkDerivation {