non important commit
This commit is contained in:
parent
80e393d1d3
commit
9d5d27ff3d
6 changed files with 46 additions and 30 deletions
|
|
@ -12,6 +12,7 @@
|
|||
../modules/audio.nix
|
||||
../modules/printing.nix
|
||||
../modules/programs.nix
|
||||
../modules/sddm.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
{pkgs}:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "sddm-theme";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "MarianArlt";
|
||||
repo = "sddm-sugar-dark";
|
||||
rev = "ceb2c455663429be03ba62d9f898c571650ef7fe";
|
||||
sha256 = "0153z1kylbhc9d12nxy9vpn0spxgrhgy36wy37pk6ysq7akaqlvy";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -R ./* $out/
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue