Switching to profiles, this is also probably broken

This commit is contained in:
Tyler Kelley 2024-01-17 22:57:28 -06:00
parent fce7d4df27
commit 1db4c3ae41
11 changed files with 12 additions and 13 deletions

View File

@ -2,12 +2,13 @@
{
# Place Files Inside Home Directory
home.file.".config/zaney-stinger.mov".source = ../files/media/zaney-stinger.mov;
home.file.".emoji".source = ../files/emoji;
home.file.".base16-themes".source = ../files/base16-themes;
home.file.".face".source = ../files/face.jpg;
home.file.".config/zaney-stinger.mov".source = ./files/media/zaney-stinger.mov;
home.file.".emoji".source = ./files/emoji;
home.file.".base16-themes".source = ./files/base16-themes;
home.file.".face".source = ./files/face.jpg;
home.file.".config/rofi/rofi.jpg".source = ./files/rofi.jpg;
home.file.".local/share/fonts" = {
source = ../files/fonts;
source = ./files/fonts;
recursive = true;
};
}

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -87,6 +87,4 @@
margin: 0 -2 0 0;
}
'';
home.file.".config/rofi/rofi.jpg".source = ./files/rofi.jpg;
}

View File

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }:
{ pkgs, config, lib, deviceProfile, ... }:
libmkIf (${deviceProfile} == "amd-desktop") {
lib.mkIf ("${deviceProfile}" == "amd-desktop") {
# OpenGL
hardware.opengl = {
enable = true;

View File

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }:
{ pkgs, config, lib, deviceProfile, ... }:
libmkIf (${deviceProfile} == "intel-laptop") {
lib.mkIf ("${deviceProfile}" == "intel-laptop") {
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};

View File

@ -21,9 +21,9 @@
./config/home/neofetch.nix
./config/home/hyprland.nix
./config/home/kitty.nix
./config/home/rofi.nix
# ./config/home/rofi.nix
./config/home/vim.nix
./config/home/files.nix
# ./config/home/files.nix
];
# Define Settings For Xresources