changes, switch to nix-super really now
This commit is contained in:
parent
6faccd61ca
commit
db42ef35f9
4 changed files with 117 additions and 299 deletions
|
@ -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 {} {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./documentation.nix # nixos documentation
|
||||
# ./nixpkgs.nix # global nixpkgs configuration.nix
|
||||
./nixpkgs.nix # global nixpkgs configuration.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue