changes, switch to nix-super really now

This commit is contained in:
Charlie Root 2024-08-07 23:49:49 +02:00
commit db42ef35f9
4 changed files with 117 additions and 299 deletions

View file

@ -1,7 +1,6 @@
{
config,
lib,
#system,
inputs,
pkgs,
...
@ -17,7 +16,7 @@ in {
environment.systemPackages = with pkgs; [
qt6.qtimageformats
qt6.qt5compat
quickshell.packages.${system}.default
quickshell.packages."x86_64-linux".default
pamtester
];
home-manager.users.${username}.xdg.configFile."quickshell/manifest.conf".text = toKeyValue {} {

View file

@ -5,7 +5,7 @@
}: {
imports = [
./documentation.nix # nixos documentation
# ./nixpkgs.nix # global nixpkgs configuration.nix
./nixpkgs.nix # global nixpkgs configuration.nix
];
nix = {