41 Commits

Author SHA1 Message Date
Sravan Balaji
57ae9837a8 Add x11 utils like arandr and autorandr 2024-03-28 18:27:08 -04:00
Sravan Balaji
7acdd41b11 Switch back to Vim
- Change default editor back to vim since doom-emacs is broken at the
  moment
- Conditionally include emacs or vim nix files in configuration.nix
- User username to find dwm-flexipatch path on system
- Add tree and btop to miscellaneous system packages
- Add some cli tools like just and git to home-manager packages
- Add more XDG env vars for config and cache
2024-03-28 16:26:10 -04:00
Sravan Balaji
cf7abb3e89 Doom Emacs w/ Personal Config
- Update flake.lock
- Add doom emacs nix module to flake
- Change default editor to doom emacs
- Move xdg configuration to a separate file
- Change user home filepaths to use `~`
- Install doom emacs by default
- Add personal doom emacs configuration
2024-03-28 15:40:33 -04:00
Sravan Balaji
b6ed41211b Variable Re-Org and Rename
- Remove unused stylix module from flake
- Move desktop and desktopType from user to system settings
- Rename `hardwareConfiguration` to `hwConfig`
2024-03-28 15:19:53 -04:00
Sravan Balaji
9fdaf9bdbd Successful dwm-flexipatch build 2024-03-28 09:03:34 -04:00
Sravan Balaji
a69d92e18b More dwm build dependencies and build from local src files (still not working 2024-03-28 08:17:33 -04:00
Sravan Balaji
11f3c0ca90 Add support for kde plasma desktop 2024-03-27 20:39:35 -04:00
Sravan Balaji
a59fa6ec1e Attempt at switching from GNOME to dwm (not working) 2024-03-27 20:26:37 -04:00
Sravan Balaji
87e1df7818 Make GNOME respect x11 vs wayland choice 2024-03-27 20:04:46 -04:00
Sravan Balaji
9631d6110e Enable Prime Sync for System76 Oryx Pro 7 2024-03-27 19:37:21 -04:00
Sravan Balaji
a661e889bb Enable system76 kernel modules 2024-03-27 18:48:45 -04:00
Sravan Balaji
a2b1e0e55c Add NVIDIA and System76 S/W manually 2024-03-27 18:45:36 -04:00
Sravan Balaji
3678b01a73 Initial System76 Oryx Pro 7 Configuration 2024-03-27 18:45:19 -04:00
Sravan Balaji
21882ba15a Gamemode & Steam Fix and Add Gamescope
- Move gamemode and steam to system packages
- Add gamescope to user packages
2024-03-27 16:40:25 -04:00
Sravan Balaji
7f320b85d4 Separate System and User packages
- Move user programs out of systems section and int
  user section
- Install user packages with home manager rather than
  system wide
2024-03-27 16:27:20 -04:00
Sravan Balaji
59f88dad0f Re-organize Nix Modules
- Move all programs into system folder
- Create `default.nix` for each folder to reduce number of imports
  in configuration.nix
- Rename some modules to be more generic and less package
  specific to allow for easy swapping of programs in the future
- Update flake.lock
2024-03-27 16:12:10 -04:00
Sravan Balaji
ee2aff1f08 Add some more frequently used packages 2024-03-27 07:30:19 -04:00
Sravan Balaji
1acf0eb0ca Change disko setting for qemu-vm and fix path in flake.nix 2024-03-26 18:41:48 -04:00
Sravan Balaji
14ee0fd81e Add home.nix
- Change default editor to vim
- Add home.nix with some packages installed for the user
- Remove dmenu, rofi, and kitty nix files
2024-03-26 18:29:36 -04:00
Sravan Balaji
a9191db00d Comment out xdg portal attributes which caused issues with GNOME 2024-03-24 21:23:19 -04:00
Sravan Balaji
5a230bfdcc Fix Paths and PulseAudio/PipeWire conflicts 2024-03-24 21:15:03 -04:00
Sravan Balaji
43fcffba37 Switchable Hardware Configuration
- Move generated hardware-configuration.nix files to hardware folder
- Add flake.nix option to select which hardware configuration to use
2024-03-24 21:03:14 -04:00
Sravan Balaji
4a157b888b Add GNOME
- Add config option to switch between window managers / desktop environments
- Remove systemPackages attribute when a service or program attribute is available
- Add GNOME to gui
2024-03-24 20:54:48 -04:00
Sravan Balaji
8722b995cc Attempt to support both UEFI and BIOS 2024-03-24 15:42:47 -04:00
Sravan Balaji
6c06028e80 Attempt to Fix Issues Again
- Move disko nix file to flake out of configuration.nix
- Move efiSysMountPoint back to /boot
- Disable pulseaudio since pipewire is in use
2024-03-24 15:18:50 -04:00
Sravan Balaji
2b82e449bf Change disko config to more closely align with example 2024-03-24 14:40:36 -04:00
Sravan Balaji
56c71036c6 OSProber for GRUB and Audio Options
- Enable OSProber for grub
- Enable more audio related options
2024-03-24 14:34:08 -04:00
Sravan Balaji
8331551e20 Update Flake with Disko and fix EFI Mount Point 2024-03-24 13:29:50 -04:00
Sravan Balaji
b202ec84df More Fixes
- Fix default session with dwm
- Enable boot.initrd
- Remove broken font package
2024-03-24 12:31:47 -04:00
Sravan Balaji
7f1c5c5baa Add bunch more programs / services modularly 2024-03-24 12:14:10 -04:00
Sravan Balaji
711b98a9b0 Add cryptodisk support for grub 2024-03-24 10:53:31 -04:00
Sravan Balaji
4e98a4a378 Fix Disko Filepath / Grub Option 2024-03-24 10:44:26 -04:00
Sravan Balaji
7b9bafb13d Disko Flake Setup
- Add disko as input to flake
- Use diskoConfig flake variable to select disko configuration in configuration.nix
2024-03-24 10:23:57 -04:00
Sravan Balaji
da7bcecacd Add disko config as parameter in flake system settings 2024-03-24 10:03:53 -04:00
Sravan Balaji
e6d273196e Fix disko syntax issues and adjust btrfs mount options 2024-03-24 09:37:04 -04:00
Sravan Balaji
0d8959b46a Initial Attempt at disko config 2024-03-24 09:24:30 -04:00
Sravan Balaji
4b46d84b21 System configuration and remove boot parameters 2024-03-23 14:27:52 -04:00
Sravan Balaji
aa0322a18a Move hardware config to system folder and import it in personal config 2024-03-23 13:46:50 -04:00
Sravan Balaji
b23721ece0 Move configuration into personal profile 2024-03-23 13:42:58 -04:00
Sravan Balaji
d4d7bc471e Main control center template for flake.nix 2024-03-23 13:41:01 -04:00
Sravan Balaji
7c50b9dbfd Initial Commit 2024-03-23 10:27:42 -04:00