Prep for macos

This commit is contained in:
Daniel Flanagan 2023-10-06 01:11:27 -05:00
parent 762c642959
commit a2070deda9
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
5 changed files with 15 additions and 7 deletions

View file

@ -20,6 +20,7 @@
waybar = import ./waybar.nix;
swaylock = import ./swaylock.nix;
desktop = import ./desktop.nix;
linux-desktop = import ./linux-desktop.nix;
sway = import ./sway.nix;
dragon = import ./dragon.nix;

View file

@ -5,7 +5,6 @@
}: {
imports = with outputs.homeManagerModules; [
kitty
firefox
];
gtk = {

View file

@ -0,0 +1,10 @@
{
outputs,
# font,
...
}: {
imports = with outputs.homeManagerModules; [
desktop
firefox
];
}

View file

@ -12,7 +12,7 @@
waybar
mako
swaylock
desktop
linux-desktop
];
home.pointerCursor = {

View file

@ -5,11 +5,9 @@
colors,
# outputs,
system,
pkgs,
...
}: let
pkgs = inputs.nixpkgs-stable.legacyPackages.${system};
unstable-pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
in {
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
];
@ -26,7 +24,7 @@ in {
MANPAGER = "less";
};
systemPackages = with unstable-pkgs;
systemPackages = with pkgs;
[
age
bat