mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
fixes after update
changelog: - fixed hyprland master window status - changed scaling factor in cool-retro-term config - updated styles for stylus - fixed theme for GNOME & GTK - added packages `pnpm` & `gpu-viewer` - fixed opengl - updated README
This commit is contained in:
@@ -123,7 +123,7 @@ And many other useful utilities. The full list can be found in the system config
|
||||
5. Enable `flake` support (more [here](https://nixos.wiki/wiki/Flakes#Enable_flakes_temporarily)) on your current system. Don't forget to run `sudo nixos-rebuild switch` after enabling `flake` in your `/etc/configuration.nix`.
|
||||
6. Copy or move all files (with replacements) from the `home` directory to your `$HOME` directory in Linux.
|
||||
7. Copy or move all files (with replacements and **sudo** permissions) from the `nixos` directory to `/etc/nixos/`. 🚨 Ensure that `system.stateVersion = "your_version";` is correctly set to the release version of the initial installation of your system in the `configuration.nix` file. 🚨 Also, for security reasons, ensure all files in the `/etc/nixos` directory are owned by **root**. If not, change ownership using the command: `sudo chown -R root:root /etc/nixos`.
|
||||
8. Run the command `sudo nixos-rebuild switch --flake /etc/nixos#your-hostname` or `nswitchu`. If you chose first command, replace `your-hostname` with your hostname before running the command; by default, hostname is set to `isitreal-laptop`.
|
||||
8. Run the command `sudo nixos-rebuild switch --flake /etc/nixos#your-hostname --update-input nixpkgs --update-input rust-overlay --commit-lock-file --upgrade` or `nswitchu`. If you chose first command, replace `your-hostname` with your hostname before running the command; by default, hostname is set to `isitreal-laptop`.
|
||||
9. Post-installation configuration:
|
||||
|
||||
- Import GNOME settings along with the theme by executing the following command: `dconf load / < home/.config/gnome_settings_backup.dconf`. Additionally, you can use tools like **gnome-tweaks** or **themechanger** to fine-tune specific theme preferences to your liking.
|
||||
@@ -141,7 +141,7 @@ And many other useful utilities. The full list can be found in the system config
|
||||
- Launch Cool-Retro-Term.
|
||||
- Right-click on the window and select "Settings".
|
||||
- In the General panel, click "Import" and select the file `home/.config/cool-retro-term-style.json`.
|
||||
- Select the imported profile named "new-catppuccin-theme".
|
||||
- Select the imported profile named "catppuccin-theme".
|
||||
- Click "Load" and exit from "Settings".
|
||||
|
||||
- Login to your accounts.
|
||||
|
Reference in New Issue
Block a user