mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
436a3913e7
commit
ad9c7413a3
7 changed files with 14 additions and 445 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
# ../../home/stylix.nix
|
||||
../../home/common.nix
|
||||
../../home/kitty.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
../../home/stylix.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
# ../../home/stylix.nix
|
||||
../../home/common.nix
|
||||
|
||||
../../home/darkman.nix
|
||||
|
||||
# ../../home/waybar/mechabar
|
||||
# ../../home/sway
|
||||
|
||||
# ../../home/hyprland
|
||||
|
||||
../../home/home-backup.nix
|
||||
../../home/gui.nix
|
||||
|
||||
|
|
@ -24,7 +18,6 @@
|
|||
|
||||
packages = with pkgs; [
|
||||
nom
|
||||
# (config.lib.nixGL.wrap renderdoc)
|
||||
];
|
||||
|
||||
stateVersion = "23.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue