diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 22:17:31 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 22:17:31 -0600 |
commit | e6edbad14d8255743c7b259a1985db5fb5bd4e91 (patch) | |
tree | ab535ebf7942b3935b8ec35158291c09226faf73 /nixos/.flake/home | |
parent | c1f8c535d59658dd29d199c62326b9436a489ecf (diff) |
system changes
Diffstat (limited to 'nixos/.flake/home')
23 files changed, 0 insertions, 158 deletions
diff --git a/nixos/.flake/home/.wallpaper b/nixos/.flake/home/.wallpaper deleted file mode 120000 index 316db81..0000000 --- a/nixos/.flake/home/.wallpaper +++ /dev/null @@ -1 +0,0 @@ -../../../common/.wallpaper
\ No newline at end of file diff --git a/nixos/.flake/home/clang-format.nix.org b/nixos/.flake/home/clang-format.nix.org deleted file mode 120000 index db7166a..0000000 --- a/nixos/.flake/home/clang-format.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../common/.flake/home/clang-format.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/core.nix.org b/nixos/.flake/home/core.nix.org deleted file mode 100644 index ec135d3..0000000 --- a/nixos/.flake/home/core.nix.org +++ /dev/null @@ -1,25 +0,0 @@ -#+title: Core Home Configuration - -Set up home manager for my user account and import submodules. -#+begin_src nix :tangle ~/.flake/home/core.nix :mkdirp yes - { config, pkgs, ... }: - - { - imports = [ - ./clang-format.nix - ./cursor.nix - ./fonts.nix - ./hyprland.nix - ./programs/core.nix - ./scripts.nix - ./services/core.nix - ]; - - home.username = "jjanzen"; - home.homeDirectory = "/home/jjanzen"; - home.file.".wallpaper".source = ./.wallpaper; - - home.stateVersion = "24.05"; - programs.home-manager.enable = true; - } -#+end_src diff --git a/nixos/.flake/home/cursor.nix.org b/nixos/.flake/home/cursor.nix.org deleted file mode 120000 index 3d3d406..0000000 --- a/nixos/.flake/home/cursor.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../common/.flake/home/cursor.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/fonts.nix.org b/nixos/.flake/home/fonts.nix.org deleted file mode 120000 index 53bec1c..0000000 --- a/nixos/.flake/home/fonts.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../common/.flake/home/fonts.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/hyprland.nix.org b/nixos/.flake/home/hyprland.nix.org deleted file mode 120000 index d2a0693..0000000 --- a/nixos/.flake/home/hyprland.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../common/.flake/home/hyprland.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/core.nix.org b/nixos/.flake/home/programs/core.nix.org deleted file mode 100644 index 9557c8b..0000000 --- a/nixos/.flake/home/programs/core.nix.org +++ /dev/null @@ -1,52 +0,0 @@ -#+title: Core Program Configuration - -This is the core of my program configuration. This file installs programs that do not require additional configuration. Note that Discord is not FOSS and that =prismlauncher= is a launcher for Minecraft. -#+begin_src nix :tangle ~/.flake/home/programs/core.nix :mkdirp yes - { config, pkgs, ... }: - - { - imports = [ - ./emacs/core.nix - ./fastfetch.nix - ./foot.nix - ./git.nix - ./hyprlock.nix - ./ncmpcpp.nix - ./neovim.nix - ./ssh.nix - ./waybar.nix - ./zsh.nix - ]; - - home.packages = with pkgs; [ - discord # not FOSS - clang-tools - eza - fuzzel - ispell - gcc - gzdoom - htop - hyfetch - hyprshot - lesspipe - mpc-cli - mpv - networkmanagerapplet - obs-studio - openresolv - openvpn - pavucontrol - prismlauncher # minecraft - python3 - python312Packages.python-lsp-server - qbittorrent - retroarchFull - swaybg - texliveFull - unzip - zip - zotero - ]; - } -#+end_src diff --git a/nixos/.flake/home/programs/emacs b/nixos/.flake/home/programs/emacs deleted file mode 120000 index 39d7462..0000000 --- a/nixos/.flake/home/programs/emacs +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/emacs
\ No newline at end of file diff --git a/nixos/.flake/home/programs/fastfetch.nix.org b/nixos/.flake/home/programs/fastfetch.nix.org deleted file mode 120000 index 25e2716..0000000 --- a/nixos/.flake/home/programs/fastfetch.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/fastfetch.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/foot.nix.org b/nixos/.flake/home/programs/foot.nix.org deleted file mode 120000 index 6197c4a..0000000 --- a/nixos/.flake/home/programs/foot.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/foot.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/git.nix.org b/nixos/.flake/home/programs/git.nix.org deleted file mode 120000 index e8ddd28..0000000 --- a/nixos/.flake/home/programs/git.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/git.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/hyprlock.nix.org b/nixos/.flake/home/programs/hyprlock.nix.org deleted file mode 120000 index 7a25ac8..0000000 --- a/nixos/.flake/home/programs/hyprlock.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/hyprlock.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/ncmpcpp.nix.org b/nixos/.flake/home/programs/ncmpcpp.nix.org deleted file mode 120000 index f91dfd3..0000000 --- a/nixos/.flake/home/programs/ncmpcpp.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/ncmpcpp.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/neovim.nix.org b/nixos/.flake/home/programs/neovim.nix.org deleted file mode 120000 index 871eafa..0000000 --- a/nixos/.flake/home/programs/neovim.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/neovim.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/ssh.nix.org b/nixos/.flake/home/programs/ssh.nix.org deleted file mode 120000 index 363ead0..0000000 --- a/nixos/.flake/home/programs/ssh.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/ssh.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/waybar.nix.org b/nixos/.flake/home/programs/waybar.nix.org deleted file mode 120000 index 04d9dd3..0000000 --- a/nixos/.flake/home/programs/waybar.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/waybar.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/programs/zsh.nix.org b/nixos/.flake/home/programs/zsh.nix.org deleted file mode 120000 index 59d4ec7..0000000 --- a/nixos/.flake/home/programs/zsh.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/zsh.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/scripts.nix.org b/nixos/.flake/home/scripts.nix.org deleted file mode 100644 index b98b389..0000000 --- a/nixos/.flake/home/scripts.nix.org +++ /dev/null @@ -1,43 +0,0 @@ -#+title: Custom Scripts - -Open script container. -#+begin_src nix :tangle ~/.flake/home/scripts.nix :mkdirp yes - { config, pkgs, ... }: - - { - home.file = { -#+end_src - -Use =fuzzel= to open a menu to power off, reboot, or log out. -#+begin_src nix :tangle ~/.flake/home/scripts.nix :mkdirp yes - ".local/bin/poweroptions.sh" = { - text = '' - #!/bin/sh - - getoption () { - fuzzel --dmenu -l 3 -x 1 -r 10 << EOF - power off - restart - logout - EOF - } - - option=$(getoption | xargs) - case $option in - ' power off') - systemctl poweroff;; - ' restart') - systemctl reboot;; - ' logout') - hyprctl dispatch exit;; - esac - ''; - executable = true; - }; -#+end_src - -Close script container. -#+begin_src nix :tangle ~/.flake/home/scripts.nix :mkdirp yes - }; - } -#+end_src diff --git a/nixos/.flake/home/services/core.nix.org b/nixos/.flake/home/services/core.nix.org deleted file mode 100644 index 7fbc333..0000000 --- a/nixos/.flake/home/services/core.nix.org +++ /dev/null @@ -1,19 +0,0 @@ -#+title: Core Service Configuration - -Import service configurations. -#+begin_src nix :tangle ~/.flake/home/services/core.nix :mkdirp yes - { config, pkgs, ... }: - - { - imports = [ - ./emacs.nix - ./mako.nix - ./mpd.nix - ./syncthing.nix - ]; - - home.packages = with pkgs; [ - mpdscribble - ]; - } -#+end_src diff --git a/nixos/.flake/home/services/emacs.nix.org b/nixos/.flake/home/services/emacs.nix.org deleted file mode 120000 index 45c44ee..0000000 --- a/nixos/.flake/home/services/emacs.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/services/emacs.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/services/mako.nix.org b/nixos/.flake/home/services/mako.nix.org deleted file mode 120000 index b4d7e40..0000000 --- a/nixos/.flake/home/services/mako.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/services/mako.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/services/mpd.nix.org b/nixos/.flake/home/services/mpd.nix.org deleted file mode 120000 index 4b76825..0000000 --- a/nixos/.flake/home/services/mpd.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/services/mpd.nix.org
\ No newline at end of file diff --git a/nixos/.flake/home/services/syncthing.nix.org b/nixos/.flake/home/services/syncthing.nix.org deleted file mode 120000 index 8d42514..0000000 --- a/nixos/.flake/home/services/syncthing.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/services/syncthing.nix.org
\ No newline at end of file |